Fix a bug related to threads blocked on blackholes
[ghc-hetmet.git] / ghc / docs / Makefile
index f9d5e0c..f34b509 100644 (file)
@@ -1,6 +1,12 @@
-TOP = ../..
-include $(TOP)/ghc/mk/ghc.mk
+TOP = ..
+include $(TOP)/mk/boilerplate.mk
 
-SUBDIRS = users_guide install_guide release_notes state_interface
+SUBDIRS = building users_guide ext-core storage-mgt
 
-include $(TOP)/mk/subdir.mk
+PAGES = index.html
+
+install-docs :: $(PAGES)
+       $(INSTALL_DIR) $(datadir)/html
+       $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html
+
+include $(TOP)/mk/target.mk