diff options
| author | panne <unknown> | 2004-03-27 09:57:58 +0000 | 
|---|---|---|
| committer | panne <unknown> | 2004-03-27 09:57:58 +0000 | 
| commit | da2bb4ca9b1c3c65fb688cda9b28c289385c587d (patch) | |
| tree | 9005434c37aa9e8a12eac5a00f88e5e92459101b | |
| parent | b7948ff0df532b33856884e66087f9ed340c6776 (diff) | |
[haddock @ 2004-03-27 09:57:57 by panne]
Added the new-born haddock.js to the build process and the documentation.
| -rw-r--r-- | doc/haddock.sgml | 7 | ||||
| -rw-r--r-- | html/Makefile | 2 | 
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/haddock.sgml b/doc/haddock.sgml index d83e457f..78d24777 100644 --- a/doc/haddock.sgml +++ b/doc/haddock.sgml @@ -339,6 +339,13 @@  	      </listitem>  	    </varlistentry>  	    <varlistentry> +	      <term><filename>haddock.js</filename></term> +	      <listitem> +		<para>A small piece of JavaScript for collapsing sections +		of the generated HTML.</para> +	      </listitem> +	    </varlistentry> +	    <varlistentry>  	      <term><filename><replaceable>module</replaceable>.html</filename></term>  	      <listitem>  		<para>An HTML page for each 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  | 
