diff options
author | Austin Seipp <austin@well-typed.com> | 2015-03-22 14:11:22 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-03-22 14:11:37 -0500 |
commit | e25ad0424019e9727a49a88ebea0092fdf17b467 (patch) | |
tree | b403815e2f9625ed513fe7d09b70835359493d0a /libraries/gen_contents_index | |
parent | b4efac59ef5aac74d382d1fd57652982edddbe75 (diff) | |
download | haskell-e25ad0424019e9727a49a88ebea0092fdf17b467.tar.gz |
docs: make gen_contents_index --verbose more verbose
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'libraries/gen_contents_index')
-rw-r--r-- | libraries/gen_contents_index | 4 |
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" \ |