X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=f34b5090f6ffa4a9039e8e515e2a2521f153d082;hb=1f5e3b2472084434edf71a89c4764d1509e8e9b0;hp=7e4b428aac984bed8fc6b5a7ed993bc994fd0eca;hpb=7dbf86de04d635fd1cdad8c2216eacbcb6e09e98;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index 7e4b428..f34b509 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -1,9 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = users_guide +SUBDIRS = building 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