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:
parent
7c7ec8981c
commit
5c10c94304
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user