X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=99b6d68e3b62c92bfe43c943373855c6d4a0f6dc;hb=5d34920bdc3ed6fa74db8af924c1f90a505a1e89;hp=5005af5ee5a1de37763306d150507f1cf8b3cfc0;hpb=a4c2a8287d8f7f5c386701da5e7b670b3ff1d171;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index 5005af5..99b6d68 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = building docbook-cheat-sheet +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