X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=19d80b9bb9d76c15af8e4debe68a4693ae18d859;hb=dade8ab28360c8f5a9c82f9ac3429c808020e07f;hp=ca0eb1f5a8c2c4c1cc0f06ee80fa26023d199bc1;hpb=e4a69fcea75e60ded32e5047101e1c98f3df0e3c;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index ca0eb1f..19d80b9 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,6 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -SGML_DOC = building +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