X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=19d80b9bb9d76c15af8e4debe68a4693ae18d859;hb=dade8ab28360c8f5a9c82f9ac3429c808020e07f;hp=a9140dd843424ed9bb6f5b2c9bfc5eaa3a1f3830;hpb=b36b3d13c6e27fe67e56214f32342c25b61d3ee0;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index a9140dd..19d80b9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SUBDIRS = docbook-cheat-sheet +SUBDIRS = man docbook-cheat-sheet ext-core storage-mgt users_guide + +PAGES = index.html + +install-docs :: $(PAGES) + $(INSTALL_DIR) $(DESTDIR)$(htmldir) + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(DESTDIR)$(htmldir) include $(TOP)/mk/target.mk