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