X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=267de1dbf7548de70faf1243fef38a5fde6c2e9d;hb=373167c17a86641767ccb4df40556fa701255fb1;hp=851469d476a3b63d29930f78b3459005b8bf2f69;hpb=1fb1ab5d53a09607e7f6d2450806760688396387;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index 851469d..267de1d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,8 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -DOC_SRCS = installing.lit release.lit +SUBDIRS = building 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