diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2011-10-21 16:42:04 +0100 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2011-10-21 16:42:04 +0100 |
commit | 2ad79aaa1b87164a0191e8f980f57a9fa0b80e0a (patch) | |
tree | d2520aee914032f28b52f7cb1cb40b4126c09fd5 /libraries | |
parent | bcd8fdb0301adb78654a5e2794301b38a8fa2a41 (diff) | |
download | haskell-2ad79aaa1b87164a0191e8f980f57a9fa0b80e0a.tar.gz |
Echo the Haddock command line, to make deugging any crash in Haddock easier
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/gen_contents_index | 1 |
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" \ |