X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=670fdd9f1bbc7bf82aea7486fc4f433137ac77c5;hb=75f9f3559b9959f067c893ae3f7c89da7fd18813;hp=267de1dbf7548de70faf1243fef38a5fde6c2e9d;hpb=422eaf986e456ed0e16647445f7bdcb3018eb6c2;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index 267de1d..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 = 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