Use n-ary sums and products for NDP's generic representation
[ghc-hetmet.git] / docs / Makefile
index cddcd4c..62bdebd 100644 (file)
@@ -1,6 +1,12 @@
 TOP = ..
 include $(TOP)/mk/boilerplate.mk
 
-SGML_DOC = building docbook-cheat-sheet
+SUBDIRS = man docbook-cheat-sheet ext-core storage-mgt users_guide
+
+PAGES = index.html
+
+install-docs :: $(PAGES)
+       $(INSTALL_DIR)                                                   $(htmldir)
+       $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(htmldir)
 
 include $(TOP)/mk/target.mk