X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=31081db506c98f3da32d0fec70e54f6a32fe1cec;hb=54ae108a9aac0655f3b0cbde463f9f9fa6bad74d;hp=b1517f541513e2b7b91f12791407f2cd0c3f2e76;hpb=1d5c4a38d286437cc2f04d214084ebee84e2242f;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index b1517f5..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 = libraries users_guide +PAGES = index.html + +install-docs :: $(PAGES) + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html include $(TOP)/mk/target.mk