Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / docs / Makefile
index 851469d..267de1d 100644 (file)
@@ -1,8 +1,12 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-DOC_SRCS = installing.lit release.lit
+SUBDIRS = building docbook-cheat-sheet ext-core storage-mgt users_guide
 
-SRC_TEXI2HTML_OPTS += -number -monolithic -invisible xbm
+PAGES = index.html
+
+install-docs :: $(PAGES)
+       $(INSTALL_DIR) $(datadir)/html
+       $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html
 
 include $(TOP)/mk/target.mk