X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fdocs%2FMakefile;h=f7bf5b36c3b3bde31a90486b815d8b22e41fdb8b;hb=73641e01ee9dfbe83f8c6225c1f6ae2e7d621b63;hp=cf8be1f57fcdcf1b33c89039ef7fd3482125ac5f;hpb=8667debc5a0992d2c2f388abf13f0dab29e8247a;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