diff options
author | panne <unknown> | 2004-08-26 20:08:50 +0000 |
---|---|---|
committer | panne <unknown> | 2004-08-26 20:08:50 +0000 |
commit | 4b1b42eaeb61f2461e269f874d8266a5bdd4ebdc (patch) | |
tree | 6ce830b244851a993188a728b879a8bf682cb0d8 /src/Main.hs | |
parent | 8a5dd97ca345bad3be972094a20146e00e727e9d (diff) |
[haddock @ 2004-08-26 20:08:49 by panne]
SGML is dead, long live DocBook XML!
Note: The BuildRequires tags in the spec files are still incomplete
and the documentation about the DocBook tools needs to be updated,
too. Stay tuned...
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index d4488b24..09a326f2 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -104,7 +104,7 @@ options = Option ['l'] ["lib"] (ReqArg Flag_Lib "DIR") "location of Haddock's auxiliary files", -- Option ['S'] ["docbook"] (NoArg Flag_DocBook) --- "output in docbook (SGML)", +-- "output in DocBook XML", Option ['h'] ["html"] (NoArg Flag_Html) "output in HTML", Option [] ["html-help"] (ReqArg Flag_HtmlHelp "format") |