[project @ 2003-06-27 18:28:31 by sof]
[ghc-hetmet.git] / ghc / docs / Makefile
index 2f99b93..467d39d 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
 
-SUBDIRS = users_guide install_guide release_notes state_interface
+PAGES = index.html libraries.html
+
+install-docs :: $(PAGES)
+       $(INSTALL_DIR) $(datadir)/html
+       $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html
 
 include $(TOP)/mk/target.mk