X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=ca9d52d17be7215277eaa6fa99d301fce77e4fe1;hb=622e67a80631c7528ebfa51e9a863c27e74f1c6b;hp=b384a934c66d39b9ea5beec3b5fc36519ba0d75d;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index b384a93..ca9d52d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = building docbook-cheat-sheet ext-core storage-mgt users_guide +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