From: simonmar Date: Tue, 2 Jul 2002 14:48:51 +0000 (+0000) Subject: [project @ 2002-07-02 14:48:51 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1905 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f192102d88d996aa6fbc09b2ec7d64394b773819;p=ghc-hetmet.git [project @ 2002-07-02 14:48:51 by simonmar] make $(datadir)/html before attempting to install into it --- diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index 7e4b428..f7bf5b3 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -4,6 +4,7 @@ include $(TOP)/mk/boilerplate.mk SUBDIRS = users_guide install-docs :: index.html + $(INSTALL_DIR) $(datadir)/html $(INSTALL_DATA) $(INSTALL_OPTS) index.html $(datadir)/html include $(TOP)/mk/target.mk