[shogun/el5] fix build of autodocs

Björn Esser besser82 at fedoraproject.org
Thu Mar 13 16:07:48 UTC 2014


commit 5a6148c4209001a0220baf2dafa86c49fc22d9e8
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Thu Mar 13 17:06:50 2014 +0100

    fix build of autodocs

 shogun.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/shogun.spec b/shogun.spec
index 1ee4685..276efea 100644
--- a/shogun.spec
+++ b/shogun.spec
@@ -759,12 +759,12 @@ popd
 %endif #0%{?with_python3}
 
 # Building the autodocs.
-pushd doc
-make %{?_smp_mflags}
+make doc %{?_smp_mflags}
 %if 0%{?fedora} || 0%{?rhel} >= 7
+pushd doc
 %fdupes .
-%endif
 popd
+%endif
 
 ###############################################################################
 


More information about the scm-commits mailing list