From da2bb4ca9b1c3c65fb688cda9b28c289385c587d Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 27 Mar 2004 09:57:58 +0000 Subject: [haddock @ 2004-03-27 09:57:57 by panne] Added the new-born haddock.js to the build process and the documentation. --- doc/haddock.sgml | 7 +++++++ html/Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/haddock.sgml b/doc/haddock.sgml index d83e457f..78d24777 100644 --- a/doc/haddock.sgml +++ b/doc/haddock.sgml @@ -338,6 +338,13 @@ option. + + haddock.js + + A small piece of JavaScript for collapsing sections + of the generated HTML. + + module.html diff --git a/html/Makefile b/html/Makefile index f9e76842..8564f461 100644 --- a/html/Makefile +++ b/html/Makefile @@ -1,6 +1,6 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -INSTALL_DATAS = haddock.css haskell_icon.gif +INSTALL_DATAS = haddock.css haddock.js haskell_icon.gif include $(TOP)/mk/target.mk -- cgit v1.2.3