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 /html/Makefile | |
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.
Diffstat (limited to 'html/Makefile')
-rw-r--r-- | html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |