specfile: use %make_build for documentation building as well

This commit is contained in:
David Kaspar [Dee'Kej] 2017-11-23 16:46:42 +01:00
parent 3e769242e1
commit a5ee0b1e1a
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ git commit --all --amend --no-edit > /dev/null
%make_build
# Build the documentation in PDF, postscript and HTML versions:
make -C doc pdf
%make_build -C doc pdf
mkdir -p html/gawk html/gawkinet
makeinfo --html -I doc -o html/gawk doc/gawk.texi
makeinfo --html -I doc -o html/gawkinet doc/gawkinet.texi