From 4b1b42eaeb61f2461e269f874d8266a5bdd4ebdc Mon Sep 17 00:00:00 2001 From: panne Date: Thu, 26 Aug 2004 20:08:50 +0000 Subject: [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... --- doc/haddock.xml | 2 +- haddock.spec | 2 +- 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 @@ - Reserved for future use (output documentation in SGML DocBook + Reserved for future use (output documentation in DocBook XML format). 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 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") -- cgit v1.2.3