diff options
author | simonmar <unknown> | 2002-04-11 13:40:31 +0000 |
---|---|---|
committer | simonmar <unknown> | 2002-04-11 13:40:31 +0000 |
commit | fe9b10f8c0758645c680b339b8cc26bfb25697e8 (patch) | |
tree | adfa11682a095eaa758f6c57fedc05b7347e283a /TODO | |
parent | 69006c3efae7477ca84fd679f72d6a0a2f500534 (diff) |
[haddock @ 2002-04-11 13:40:30 by simonmar]
- copy haddock.css into the same place as the generated HTML
- new option: --css <file> specifies the style sheet to use
- new option: -o <dir> specifies the directory in which to
generate the output.
- because Haddock now needs to know where to find its default stylesheet,
we have to have a wrapper script and do the haddock-inplace thing
(Makefile code copied largely from fptools/happy).
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3,6 +3,7 @@ For 1.0: * parse module headers, augment Interface with info from header * IDoc compatibility, as far as possible + - bird-tracks for code blocks * named chunks of documentation? @@ -11,10 +12,6 @@ For 1.0: * facilities for saving interfaces so that you can run Haddock against something that isn't the Prelude. -* copy haddock.css into the right place when run - -* allow the HTML/DocBook to be generated into a specified directory - ----------------------------------------------------------------------------- Post 1.0: |