From 27e37d675abef8a65fc068b37640e019a7b34883 Mon Sep 17 00:00:00 2001 From: Pavel Zhukov Date: Thu, 18 Jan 2018 12:32:03 +0100 Subject: [PATCH] Build man in builddir --- bind.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bind.spec b/bind.spec index 415a99f..29a4207 100644 --- a/bind.spec +++ b/bind.spec @@ -539,14 +539,13 @@ make %{?_smp_mflags} ### make doesn't find properly configured files ### and use ones from source tree cp -rv doc/* ../doc/ -popd # Regenerate dig.1 manpage pushd bin/dig make man -popd -pushd bin/python + popd + pushd bin/python make man popd @@ -562,6 +561,7 @@ popd popd popd %endif +popd %if %{with_export_libs} ## Create export libs ##