X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=docs%2FMakefile;h=267de1dbf7548de70faf1243fef38a5fde6c2e9d;hp=203cf3c92198bc3bc10b96164fd654f11b6cef94;hb=5adfdfb259415ca99d67d3c8b9e5df68cb736326;hpb=fbf2e16821d9661d4a086ddb4eaaf31b97f17740 diff --git a/docs/Makefile b/docs/Makefile index 203cf3c..267de1d 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,10 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -DOC_SRCS = installing.vsgml +SUBDIRS = building docbook-cheat-sheet ext-core storage-mgt users_guide -CLEAN_FILES += installing.sgml installing*.html installing.info* +PAGES = index.html -SRC_TEXI2HTML_OPTS += -number -monolithic -invisible xbm +install-docs :: $(PAGES) + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html include $(TOP)/mk/target.mk