diff options
author | Ian Lynagh <igloo@earth.li> | 2007-11-24 21:19:43 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-11-24 21:19:43 +0000 |
commit | 07cb9d54f596197a1ddd01cb96461a358dd9c684 (patch) | |
tree | a77190176c6aa273d9ebe5295a31d21554b54394 /libraries/gen_contents_index | |
parent | 0c129b0785e6d5f3a5bc5e5c006fadc7d8af3a7a (diff) | |
download | haskell-07cb9d54f596197a1ddd01cb96461a358dd9c684.tar.gz |
Don't make a library documentation prologue
It's far too large now, and no-one complained when 6.8.1 didn't have one.
Diffstat (limited to 'libraries/gen_contents_index')
-rw-r--r-- | libraries/gen_contents_index | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/libraries/gen_contents_index b/libraries/gen_contents_index index 7f7dc70455..de20186d89 100644 --- a/libraries/gen_contents_index +++ b/libraries/gen_contents_index @@ -30,30 +30,9 @@ case $* in ;; esac -# Automagically create the prologue for the combined index via a -# header, the package prologues (in alphabetical order of the -# packages) and a footer. -{ - cat libraries-header.txt - echo - # Hack to find out if we're in a build tree or installed docs - for NAME in $NAMES - do - if [ "$NAME" != haskell98 ] - then - echo "[@${NAME}@]" - grep -v '^ *$$' "$NAME"/prologue.txt - echo - fi - done - cat libraries-footer.txt - echo -} > libraries.txt - # Now create the combined contents and index pages haddock --gen-index --gen-contents -o . \ -t "Haskell Hierarchical Libraries" \ - -p libraries.txt \ $HADDOCK_ARGS # Unhandled Windows help stuff?: |