summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2015-03-22 14:11:22 -0500
committerAustin Seipp <austin@well-typed.com>2015-03-22 14:11:37 -0500
commite25ad0424019e9727a49a88ebea0092fdf17b467 (patch)
treeb403815e2f9625ed513fe7d09b70835359493d0a
parentb4efac59ef5aac74d382d1fd57652982edddbe75 (diff)
downloadhaskell-e25ad0424019e9727a49a88ebea0092fdf17b467.tar.gz
docs: make gen_contents_index --verbose more verbose
Signed-off-by: Austin Seipp <austin@well-typed.com>
-rw-r--r--libraries/gen_contents_index4
1 files changed, 3 insertions, 1 deletions
diff --git a/libraries/gen_contents_index b/libraries/gen_contents_index
index 34e51f302e..b583b8823f 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" \