[ghc] move listing of haddock into conditional doc block

Jens Petersen petersen at fedoraproject.org
Tue Nov 15 00:21:38 UTC 2011


commit d0209980c82a19657f9106761ca0dd390e06e1dc
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Nov 15 09:21:18 2011 +0900

    move listing of haddock into conditional doc block

 ghc.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ghc.spec b/ghc.spec
index d0c1f31..135b0f0 100644
--- a/ghc.spec
+++ b/ghc.spec
@@ -355,8 +355,6 @@ fi
 %{_bindir}/ghc-pkg-%{version}
 %{_bindir}/ghci
 %{_bindir}/ghci-%{version}
-%{_bindir}/haddock
-%{_bindir}/haddock-ghc-%{version}
 %{_bindir}/hp2ps
 %{_bindir}/hpc
 %ghost %{_bindir}/hsc2hs
@@ -384,6 +382,8 @@ fi
 %dir %{_docdir}/ghc
 %dir %{ghcdocbasedir}
 %if %{undefined without_haddock}
+%{_bindir}/haddock
+%{_bindir}/haddock-ghc-%{version}
 %{ghclibdir}/haddock
 %{ghclibdir}/html
 %{ghclibdir}/latex


More information about the scm-commits mailing list