diff options
-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") |