diff options
author | sven.panne@aedion.de <unknown> | 2007-01-02 13:46:22 +0000 |
---|---|---|
committer | sven.panne@aedion.de <unknown> | 2007-01-02 13:46:22 +0000 |
commit | 3ded6e65b730c2b5eb9a9519448bbcd905c5d7fa (patch) | |
tree | d00358e916bbd3300f4b63e4126b9ce7a3819c79 /ghc.spec.in | |
parent | 5744d117ac16e91a92ffd982a7b08614b41e41e0 (diff) | |
download | haskell-3ded6e65b730c2b5eb9a9519448bbcd905c5d7fa.tar.gz |
Fixed bug #744 (ghc-pkg lies about location of haddock-interfaces and haddock-html)
Diffstat (limited to 'ghc.spec.in')
-rw-r--r-- | ghc.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc.spec.in b/ghc.spec.in index b31d0aafe9..2f66261abf 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 |