Fix a bug related to threads blocked on blackholes
[ghc-hetmet.git] / ghc / docs / Makefile
index 41b99c3..f34b509 100644 (file)
@@ -1,14 +1,12 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-#
-# No ways and export this piece of config info downwards.
-#
-export WAYS=
+SUBDIRS = building users_guide ext-core storage-mgt
 
-SUBDIRS = users_guide
+PAGES = index.html
 
-install-docs :: index.html
-       $(INSTALL_DATA) $(INSTALL_OPTS) index.html $(datadir)/html
+install-docs :: $(PAGES)
+       $(INSTALL_DIR) $(datadir)/html
+       $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html
 
 include $(TOP)/mk/target.mk