Build man in builddir

This commit is contained in:
Pavel Zhukov 2018-01-18 12:32:03 +01:00 committed by Petr Menšík
parent 028f8c2ce4
commit 27e37d675a

View File

@ -539,14 +539,13 @@ make %{?_smp_mflags}
### make doesn't find properly configured files ### make doesn't find properly configured files
### and use ones from source tree ### and use ones from source tree
cp -rv doc/* ../doc/ cp -rv doc/* ../doc/
popd
# Regenerate dig.1 manpage # Regenerate dig.1 manpage
pushd bin/dig pushd bin/dig
make man make man
popd popd
pushd bin/python pushd bin/python
make man make man
popd popd
@ -562,6 +561,7 @@ popd
popd popd
popd popd
%endif %endif
popd
%if %{with_export_libs} %if %{with_export_libs}
## Create export libs ## ## Create export libs ##