From 5c10c94304e6ec47b15ac64ac1897e86feff4d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Tue, 5 Jan 2021 13:59:44 +0100 Subject: [PATCH] Do not regenerate all manual pages Required to regenerate all manual pages. Because they are fixed, regenerate only modified pages again. --- bind.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bind.spec b/bind.spec index d363068..b8483c1 100644 --- a/bind.spec +++ b/bind.spec @@ -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/