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 | |
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...
-rw-r--r-- | doc/haddock.xml | 2 | ||||
-rw-r--r-- | haddock.spec | 2 | ||||
-rw-r--r-- | src/Main.hs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/haddock.xml b/doc/haddock.xml index ba203947..0b97c92c 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -325,7 +325,7 @@ <option>--docbook</option> </term> <listitem> - <para>Reserved for future use (output documentation in SGML DocBook + <para>Reserved for future use (output documentation in DocBook XML format).</para> </listitem> </varlistentry> diff --git a/haddock.spec b/haddock.spec index 6704a33e..da29ee56 100644 --- a/haddock.spec +++ b/haddock.spec @@ -30,7 +30,7 @@ Source: http://haskell.org/haddock/haddock-%{version}-src.tar.gz Packager: Sven Panne <sven.panne@aedion.de> BuildRoot: %{_tmppath}/%{name}-%{version}-build Prefix: %{_prefix} -BuildRequires: alex, happy, ghc, docbk31, jade, jadetex, dvips +BuildRequires: alex, happy, ghc, docbk31 Summary: A documentation tool for annotated Haskell source code %description 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") |