X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=docs%2FMakefile;h=267de1dbf7548de70faf1243fef38a5fde6c2e9d;hp=b2164c464f2eb250972939db7aa1f1c472877be1;hb=9da4639011348fb6c318e3cba4b08622f811d9c4;hpb=2494407a750053daa61718fac371487d04818e57 diff --git a/docs/Makefile b/docs/Makefile index b2164c4..267de1d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,8 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -DOC_SRCS = installing.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