X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=d11e3ad64a19d24d964e8a5de9d67a52bfb51b6f;hb=51f116efc047bf352fd2f29e167208deffa05895;hp=cf8be1f57fcdcf1b33c89039ef7fd3482125ac5f;hpb=2494407a750053daa61718fac371487d04818e57;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index cf8be1f..d11e3ad 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 +PAGES = index.html + +install-docs :: $(PAGES) + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html + include $(TOP)/mk/target.mk