X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=670fdd9f1bbc7bf82aea7486fc4f433137ac77c5;hb=da9d10064c084fed395e6030b1cb82bee2b140ed;hp=99b6d68e3b62c92bfe43c943373855c6d4a0f6dc;hpb=501f3c52a3fd0ce238d6be1bcc72a6c53c8e9d37;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index 99b6d68..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 building 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