X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fdocs%2FMakefile;h=31081db506c98f3da32d0fec70e54f6a32fe1cec;hb=6d194f48d7313fa8daa004b7b3e3a55ffa52f4a9;hp=cf8be1f57fcdcf1b33c89039ef7fd3482125ac5f;hpb=2494407a750053daa61718fac371487d04818e57;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index cf8be1f..31081db 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 ext-core storage-mgt -SUBDIRS = users_guide +PAGES = index.html + +install-docs :: $(PAGES) + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html include $(TOP)/mk/target.mk