use uppercase YES and NO in build.mk

lowercase is not supported
This commit is contained in:
Jens Petersen 2018-07-01 20:39:51 +09:00
parent 5219736e17
commit ee61410c16
1 changed files with 5 additions and 5 deletions

View File

@ -301,14 +301,14 @@ BuildFlavour = quick
%endif
GhcLibWays = v dyn %{?with_prof:p}
%if %{with docs}
#HADDOCK_DOCS = yes
BUILD_MAN = yes
HADDOCK_DOCS = YES
BUILD_MAN = YES
%else
HADDOCK_DOCS = no
BUILD_MAN = no
HADDOCK_DOCS = NO
BUILD_MAN = NO
%endif
EXTRA_HADDOCK_OPTS += --hyperlinked-source
BUILD_SPHINX_PDF=no
BUILD_SPHINX_PDF = NO
EOF
## for verbose build output
#GhcStage1HcOpts=-v4