[project @ 2003-03-06 15:16:31 by ross]
authorross <unknown>
Thu, 6 Mar 2003 15:16:31 +0000 (15:16 +0000)
committerross <unknown>
Thu, 6 Mar 2003 15:16:31 +0000 (15:16 +0000)
also install libraries.html

ghc/docs/Makefile

index f7bf5b3..467d39d 100644 (file)
@@ -3,8 +3,10 @@ include $(TOP)/mk/boilerplate.mk
 
 SUBDIRS = users_guide
 
-install-docs :: index.html
+PAGES = index.html libraries.html
+
+install-docs :: $(PAGES)
        $(INSTALL_DIR) $(datadir)/html
-       $(INSTALL_DATA) $(INSTALL_OPTS) index.html $(datadir)/html
+       $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html
 
 include $(TOP)/mk/target.mk