From 850e71d7433551515bfc2bc222cbbd4c712bb613 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Jul 31 2019 10:11:29 +0000 Subject: lock manual bcond to with_haddock We should probably just use haddock until Hadrian... --- diff --git a/ghc.spec b/ghc.spec index f4eba1a..fc846b9 100644 --- a/ghc.spec +++ b/ghc.spec @@ -11,21 +11,22 @@ %global base_ver 4.11.1.0 # build profiling libraries -# build haddock and manuals -# - earlier combined since disabling haddock seems to cause no manuals built? -# - +# build haddock # perf production build (disable for quick build) %if %{with quickbuild} %undefine with_ghc_prof %undefine with_haddock -%bcond_with manual %bcond_with perf_build %undefine _enable_debug_packages %else -%bcond_without manual %bcond_without perf_build %endif +# locked together since disabling haddock causes no manuals built +# and disabling haddock still created index.html +# https://ghc.haskell.org/trac/ghc/ticket/15190 +%{?with_haddock:%bcond_without manual} + # no longer build testsuite (takes time and not really being used) %bcond_with testsuite @@ -347,8 +348,10 @@ HADDOCK_DOCS = NO %endif %if %{with manual} BUILD_MAN = YES +BUILD_SPHINX_HTML = YES %else BUILD_MAN = NO +BUILD_SPHINX_HTML = NO %endif BUILD_SPHINX_PDF = NO EOF @@ -623,10 +626,10 @@ make test #%%{ghc_html_dir}/Cabal %if %{with haddock} %{ghc_html_dir}/haddock -%endif %{ghc_html_dir}/index.html %{ghc_html_dir}/users_guide %endif +%endif %if %{with ghc_prof} %files prof