X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=467d39d8dab53abd4306cf0d33e384eabf3058c2;hb=1a03162e0239a336d297383107a68d06814e8924;hp=318f7e1efcb4ae910d478b1adb790717e6c23e4f;hpb=f6ecf2bd69de337f8533082c78fce825b853811d;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index 318f7e1..467d39d 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -1,11 +1,12 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -# -# No ways and export this piece of config info downwards. -# -export WAYS= +SUBDIRS = users_guide -SUBDIRS = set +PAGES = index.html libraries.html + +install-docs :: $(PAGES) + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html include $(TOP)/mk/target.mk