From 2b6bc9b9661c674f07bf24b2dcf06e2da068a4d2 Mon Sep 17 00:00:00 2001 From: Björn Esser Date: Jul 03 2019 11:20:11 +0000 Subject: Fix build of docs --- diff --git a/jsoncpp.spec b/jsoncpp.spec index ba2e4af..f279cbe 100644 --- a/jsoncpp.spec +++ b/jsoncpp.spec @@ -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