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