[commit: ghc] master: docs: make gen_contents_index --verbose more verbose (e25ad04)

git at git.haskell.org git at git.haskell.org
Sun Mar 22 19:11:43 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/e25ad0424019e9727a49a88ebea0092fdf17b467/ghc

>---------------------------------------------------------------

commit e25ad0424019e9727a49a88ebea0092fdf17b467
Author: Austin Seipp <austin at well-typed.com>
Date:   Sun Mar 22 14:11:22 2015 -0500

    docs: make gen_contents_index --verbose more verbose
    
    Signed-off-by: Austin Seipp <austin at well-typed.com>


>---------------------------------------------------------------

e25ad0424019e9727a49a88ebea0092fdf17b467
 libraries/gen_contents_index | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/libraries/gen_contents_index b/libraries/gen_contents_index
index 34e51f3..b583b88 100644
--- a/libraries/gen_contents_index
+++ b/libraries/gen_contents_index
@@ -75,7 +75,9 @@ fi
 # Now create the combined contents and index pages
 if [ -n "$VERBOSE" ]
 then
-    echo $HADDOCK_ARGS
+    echo $HADDOCK --gen-index --gen-contents -o . \
+             -t "Haskell Hierarchical Libraries" \
+             $HADDOCK_ARGS
 fi
 $HADDOCK --gen-index --gen-contents -o . \
          -t "Haskell Hierarchical Libraries" \



More information about the ghc-commits mailing list