From: sven.panne@aedion.de Date: Tue, 2 Jan 2007 13:46:22 +0000 (+0000) Subject: Fixed bug #744 (ghc-pkg lies about location of haddock-interfaces and haddock-html) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3ded6e65b730c2b5eb9a9519448bbcd905c5d7fa Fixed bug #744 (ghc-pkg lies about location of haddock-interfaces and haddock-html) --- diff --git a/ghc.spec.in b/ghc.spec.in index b31d0aa..2f66261 100644 --- a/ghc.spec.in +++ b/ghc.spec.in @@ -83,7 +83,7 @@ needed. %build test -f configure || autoreconf ./configure --prefix=%{_prefix} --mandir=%{_mandir} -make +make HTML_DIR_INSTALLED=%{_defaultdocdir}/%{name}/libraries/'$(PACKAGE)' make html make -C docs/ext-core ps make -C docs/storage-mgt ps