[project @ 2002-09-09 13:48:35 by simonpj]
[ghc-hetmet.git] / ghc / docs / Makefile
index 318f7e1..f7bf5b3 100644 (file)
@@ -1,11 +1,10 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-#
-# No ways and export this piece of config info downwards.
-#
-export WAYS=
+SUBDIRS = users_guide
 
-SUBDIRS = set
+install-docs :: index.html
+       $(INSTALL_DIR) $(datadir)/html
+       $(INSTALL_DATA) $(INSTALL_OPTS) index.html $(datadir)/html
 
 include $(TOP)/mk/target.mk