X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=f7bf5b36c3b3bde31a90486b815d8b22e41fdb8b;hb=a5b47be19ba3a736aa60728dba43a14cd0cbe5a4;hp=cf8be1f57fcdcf1b33c89039ef7fd3482125ac5f;hpb=1c5602bf4bed5e78a6fd9ca7509f44fd43bbbbdc;p=ghc-hetmet.git diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index cf8be1f..f7bf5b3 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -1,11 +1,10 @@ TOP = .. include $(TOP)/mk/boilerplate.mk -# -# No ways and export this piece of config info downwards. -# -export WAYS= - SUBDIRS = users_guide +install-docs :: index.html + $(INSTALL_DIR) $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) index.html $(datadir)/html + include $(TOP)/mk/target.mk