From f192102d88d996aa6fbc09b2ec7d64394b773819 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 2 Jul 2002 14:48:51 +0000 Subject: [PATCH] [project @ 2002-07-02 14:48:51 by simonmar] make $(datadir)/html before attempting to install into it --- ghc/docs/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4