X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=31081db506c98f3da32d0fec70e54f6a32fe1cec;hb=caa7c91dd13a69110a55d68b61967f8239de15ce;hp=7e4b428aac984bed8fc6b5a7ed993bc994fd0eca;hpb=7dbf86de04d635fd1cdad8c2216eacbcb6e09e98;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index 7e4b428..31081db 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -1,9 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = users_guide +SUBDIRS = users_guide ext-core storage-mgt -install-docs :: index.html - $(INSTALL_DATA) $(INSTALL_OPTS) index.html $(datadir)/html +PAGES = index.html + +install-docs :: $(PAGES) + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html include $(TOP)/mk/target.mk