summaryrefslogtreecommitdiff
path: root/libraries/gen_contents_index
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2011-10-21 16:42:04 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2011-10-21 16:42:04 +0100
commit2ad79aaa1b87164a0191e8f980f57a9fa0b80e0a (patch)
treed2520aee914032f28b52f7cb1cb40b4126c09fd5 /libraries/gen_contents_index
parentbcd8fdb0301adb78654a5e2794301b38a8fa2a41 (diff)
downloadhaskell-2ad79aaa1b87164a0191e8f980f57a9fa0b80e0a.tar.gz
Echo the Haddock command line, to make deugging any crash in Haddock easier
Diffstat (limited to 'libraries/gen_contents_index')
-rw-r--r--libraries/gen_contents_index1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/gen_contents_index b/libraries/gen_contents_index
index 04209fdb8f..bfdf962bf4 100644
--- a/libraries/gen_contents_index
+++ b/libraries/gen_contents_index
@@ -36,6 +36,7 @@ case $* in
esac
# Now create the combined contents and index pages
+echo $HADDOCK_ARGS
$HADDOCK --gen-index --gen-contents -o . \
-t "Haskell Hierarchical Libraries" \
-p "prologue.txt" \