From f9c199a1a2865bdb9e8fb318a48058d7e4bfaf64 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Fri, 26 Oct 2007 12:24:56 +0000 Subject: install the Cabal docs, and make them show up in a binary distribution --- distrib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'distrib') diff --git a/distrib/Makefile b/distrib/Makefile index adf39ac1fd..64863e2fba 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -25,6 +25,7 @@ install:: $(MAKE) -C libraries install DOING_BIN_DIST=YES $(MAKE) -C compiler install DOING_BIN_DIST=YES $(MAKE) -C docs install-docs DOING_BIN_DIST=YES + $(MAKE) -C libraries/Cabal/doc install-docs DOING_BIN_DIST=YES $(INSTALL_DATA) $(INSTALL_OPTS) extra-gcc-opts $(libdir) install :: postinstall denounce -- cgit v1.2.1