Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / docs / Makefile
index ca0eb1f..267de1d 100644 (file)
@@ -1,6 +1,12 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-SGML_DOC = building
+SUBDIRS = building docbook-cheat-sheet ext-core storage-mgt users_guide
+
+PAGES = index.html
+
+install-docs :: $(PAGES)
+       $(INSTALL_DIR) $(datadir)/html
+       $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html
 
 include $(TOP)/mk/target.mk