aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--html/Makefile7
2 files changed, 8 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9b552bf1..42199837 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,6 @@
TOP = .
include $(TOP)/mk/boilerplate.mk
-SUBDIRS = src
+SUBDIRS = src html
include $(TOP)/mk/target.mk
-
-
-
-
diff --git a/html/Makefile b/html/Makefile
new file mode 100644
index 00000000..55e9287d
--- /dev/null
+++ b/html/Makefile
@@ -0,0 +1,7 @@
+TOP = ..
+include $(TOP)/mk/boilerplate.mk
+
+override datadir = $(libdir)
+INSTALL_DATAS = haddock.css haskell_icon.gif
+
+include $(TOP)/mk/target.mk