X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=docs%2FMakefile;h=19d80b9bb9d76c15af8e4debe68a4693ae18d859;hb=4ba96c06f2b69ea1fe2b27718013713e94c1520c;hp=851469d476a3b63d29930f78b3459005b8bf2f69;hpb=1fb1ab5d53a09607e7f6d2450806760688396387;p=ghc-hetmet.git diff --git a/docs/Makefile b/docs/Makefile index 851469d..19d80b9 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) $(DESTDIR)$(htmldir) + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(DESTDIR)$(htmldir) include $(TOP)/mk/target.mk