diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-10-26 12:24:56 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-10-26 12:24:56 +0000 |
commit | f9c199a1a2865bdb9e8fb318a48058d7e4bfaf64 (patch) | |
tree | 2ccd91b1d7eee0025421a4388aa415c0d2997e10 /distrib/Makefile | |
parent | d59e5356ca49548f9a3e51e03742adec72356a94 (diff) | |
download | haskell-f9c199a1a2865bdb9e8fb318a48058d7e4bfaf64.tar.gz |
install the Cabal docs, and make them show up in a binary distribution
Diffstat (limited to 'distrib/Makefile')
-rw-r--r-- | distrib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |