X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=ca9d52d17be7215277eaa6fa99d301fce77e4fe1;hb=c6eadadbefe2ec5709e9d31893f79c4ff78754b4;hp=851469d476a3b63d29930f78b3459005b8bf2f69;hpb=1fb1ab5d53a09607e7f6d2450806760688396387;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index 851469d..ca9d52d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,8 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -DOC_SRCS = installing.lit release.lit +SUBDIRS = man docbook-cheat-sheet ext-core storage-mgt users_guide -SRC_TEXI2HTML_OPTS += -number -monolithic -invisible xbm +PAGES = index.html + +install-docs :: $(PAGES) + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html include $(TOP)/mk/target.mk