X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=31081db506c98f3da32d0fec70e54f6a32fe1cec;hb=c1c1e720a1e42df940c932f789f74bd5bcff4882;hp=f7bf5b36c3b3bde31a90486b815d8b22e41fdb8b;hpb=f192102d88d996aa6fbc09b2ec7d64394b773819;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index f7bf5b3..31081db 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -1,10 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = users_guide +SUBDIRS = 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