X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=31081db506c98f3da32d0fec70e54f6a32fe1cec;hb=44644ebe79c748861894de4813efd47dae6cb945;hp=41b99c392c5d4a739f0053f4f9af30400df7a57c;hpb=4845f07290465c9059ff7b5eb7a4ef14eefff838;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index 41b99c3..31081db 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -1,14 +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 :: index.html - $(INSTALL_DATA) $(INSTALL_OPTS) index.html $(datadir)/html +install-docs :: $(PAGES) + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html include $(TOP)/mk/target.mk