diff options
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 |