From fe9b10f8c0758645c680b339b8cc26bfb25697e8 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 11 Apr 2002 13:40:31 +0000 Subject: [haddock @ 2002-04-11 13:40:30 by simonmar] - copy haddock.css into the same place as the generated HTML - new option: --css specifies the style sheet to use - new option: -o 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). --- src/HaddockVersion.hs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/HaddockVersion.hs') diff --git a/src/HaddockVersion.hs b/src/HaddockVersion.hs index 0442761f..6617203c 100644 --- a/src/HaddockVersion.hs +++ b/src/HaddockVersion.hs @@ -7,5 +7,8 @@ module HaddockVersion ( projectName, projectVersion, projectUrl ) where projectName = "Haddock" -projectVersion = "0.0" projectUrl = "http://www.haskell.org/haddock" + +-- The version comes in via CPP from mk/version.mk +projectVersion = tail "\ + \ HADDOCK_VERSION" -- cgit v1.2.3