remove the last bits of the ghc/ subdir
[ghc-hetmet.git] / docs / Makefile
index b384a93..267de1d 100644 (file)
@@ -3,4 +3,10 @@ include $(TOP)/mk/boilerplate.mk
 
 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