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