X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=f34b5090f6ffa4a9039e8e515e2a2521f153d082;hb=76c0086f090327eecaf510de8bc4efc4dee996dc;hp=f9d5e0c81e91163e52e4de6a01bf859f1c20706e;hpb=02b60157852c1bf3c371b47c33d83814a05153bc;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index f9d5e0c..f34b509 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -1,6 +1,12 @@ -TOP = ../.. -include $(TOP)/ghc/mk/ghc.mk +TOP = .. +include $(TOP)/mk/boilerplate.mk -SUBDIRS = users_guide install_guide release_notes state_interface +SUBDIRS = building users_guide ext-core storage-mgt -include $(TOP)/mk/subdir.mk +PAGES = index.html + +install-docs :: $(PAGES) + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html + +include $(TOP)/mk/target.mk