From: ross Date: Thu, 6 Mar 2003 15:16:31 +0000 (+0000) Subject: [project @ 2003-03-06 15:16:31 by ross] X-Git-Tag: Approx_11550_changesets_converted~1087 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=846b19618eb9af2dbdc38feb5856e5c9dec3c65e;p=ghc-hetmet.git [project @ 2003-03-06 15:16:31 by ross] also install libraries.html --- diff --git a/ghc/docs/Makefile b/ghc/docs/Makefile index f7bf5b3..467d39d 100644 --- a/ghc/docs/Makefile +++ b/ghc/docs/Makefile @@ -3,8 +3,10 @@ include $(TOP)/mk/boilerplate.mk SUBDIRS = users_guide -install-docs :: index.html +PAGES = index.html libraries.html + +install-docs :: $(PAGES) $(INSTALL_DIR) $(datadir)/html - $(INSTALL_DATA) $(INSTALL_OPTS) index.html $(datadir)/html + $(INSTALL_DATA) $(INSTALL_OPTS) $(PAGES) $(datadir)/html include $(TOP)/mk/target.mk