Fix build of docs

This commit is contained in:
Björn Esser 2019-07-03 13:20:11 +02:00
parent 02bb9c13c7
commit 2b6bc9b966
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -70,7 +70,9 @@ popd
%if %{with jsoncpp_enables_doc}
# Build the doc
cp -p %{_target_platform}/version .
%{__python3} doxybuild.py --with-dot --doxygen %{_bindir}/doxygen
rm -f version
%endif