X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=f34b5090f6ffa4a9039e8e515e2a2521f153d082;hb=76c0086f090327eecaf510de8bc4efc4dee996dc;hp=f7bf5b36c3b3bde31a90486b815d8b22e41fdb8b;hpb=f192102d88d996aa6fbc09b2ec7d64394b773819;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index f7bf5b3..f34b509 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -1,10 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = users_guide +SUBDIRS = building users_guide ext-core storage-mgt -install-docs :: index.html +PAGES = index.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