aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/haddock.sgml7
-rw-r--r--html/Makefile2
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