Do not regenerate all manual pages

Required to regenerate all manual pages. Because they are fixed,
regenerate only modified pages again.
This commit is contained in:
Petr Menšík 2021-01-05 13:59:44 +01:00
parent 7c7ec8981c
commit 5c10c94304
1 changed files with 1 additions and 2 deletions

View File

@ -766,8 +766,7 @@ popd
%if %{with DOC}
# Because oot is not supported in docbook, copy required sources to build directory
pushd ..
# Note: force all manual pages regeneration, don't preserve timestamps
find -name '*.docbook' | while read F; do install -Dv "$F" "build/$F"; done
find -name '*.docbook' | while read F; do install -Dvp "$F" "build/$F"; done
find doc -name '*.xml' | while read F; do [ -f "build/$F" ] || install -Dvp "$F" "build/$F"; done
popd
cp -upv ../doc/xsl/*.xsl doc/xsl/