fix docs...

and move to end of %build again
This commit is contained in:
Rex Dieter 2013-12-13 08:51:41 -06:00
parent 7baada3d93
commit 2126bdc711
1 changed files with 4 additions and 4 deletions

View File

@ -76,10 +76,6 @@ popd
make %{?_smp_mflags} -C %{_target_platform}
%if 0%{?docs}
make %{?_smp_mflags} docs %{_target_platform}
%endif
%ifarch %{ix86}
# build libQt5Qml with no_sse2
mkdir -p %{_target_platform}-no_sse2
@ -90,6 +86,10 @@ make %{?_smp_mflags} -C src/qml
popd
%endif
%if 0%{?docs}
make %{?_smp_mflags} docs -C %{_target_platform}
%endif
%install
make install INSTALL_ROOT=%{buildroot} -C %{_target_platform}