X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=670fdd9f1bbc7bf82aea7486fc4f433137ac77c5;hb=478e69b303eb2e653a2ebf5c888b5efdfef1fb9d;hp=ca9d52d17be7215277eaa6fa99d301fce77e4fe1;hpb=c4ff47eac2c5b9046eec296dc6a5e6cebc351f61;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index ca9d52d..670fdd9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,12 +1,4 @@ +dir = docs TOP = .. -include $(TOP)/mk/boilerplate.mk +include $(TOP)/mk/sub-makefile.mk -SUBDIRS = man docbook-cheat-sheet ext-core storage-mgt users_guide - -PAGES = index.html - -install-docs :: $(PAGES) - $(INSTALL_DIR) $(datadir)/html - $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html - -include $(TOP)/mk/target.mk