[project @ 2003-11-03 10:22:21 by simonmar]
[ghc-hetmet.git] / ghc / docs / Makefile
index cf8be1f..d11e3ad 100644 (file)
@@ -1,11 +1,12 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-#
-# No ways and export this piece of config info downwards.
-#
-export WAYS=
-
 SUBDIRS = users_guide
 
+PAGES = index.html
+
+install-docs :: $(PAGES)
+       $(INSTALL_DIR) $(datadir)/html
+       $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html
+
 include $(TOP)/mk/target.mk