X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=ca9d52d17be7215277eaa6fa99d301fce77e4fe1;hb=75dc1d81dcba9c392853ac8162b3bb35249b7e74;hp=ca0eb1f5a8c2c4c1cc0f06ee80fa26023d199bc1;hpb=26b1c3ba25abe5af4d356f6f66a8ede6ec9098e6;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index ca0eb1f..ca9d52d 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) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html include $(TOP)/mk/target.mk