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