[project @ 2002-11-28 10:04:15 by simonpj]
[ghc-hetmet.git] / ghc / docs / Makefile
index f9d5e0c..f7bf5b3 100644 (file)
@@ -1,6 +1,10 @@
-TOP = ../..
-include $(TOP)/ghc/mk/ghc.mk
+TOP = ..
+include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = users_guide install_guide release_notes state_interface
+SUBDIRS = users_guide
 
-include $(TOP)/mk/subdir.mk
+install-docs :: index.html
+       $(INSTALL_DIR) $(datadir)/html
+       $(INSTALL_DATA) $(INSTALL_OPTS) index.html $(datadir)/html
+
+include $(TOP)/mk/target.mk