X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=f34b5090f6ffa4a9039e8e515e2a2521f153d082;hb=5c67b7e313b2455ca65d5aa5970d86889145e97e;hp=2f99b93e634db8ca0684e8696ed01b70ab16e63d;hpb=1fb1ab5d53a09607e7f6d2450806760688396387;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index 2f99b93..f34b509 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 = building users_guide ext-core storage-mgt -SUBDIRS = users_guide install_guide release_notes state_interface +PAGES = index.html + +install-docs :: $(PAGES) + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html include $(TOP)/mk/target.mk