If we generate docs then install them

This commit is contained in:
Lubomir Rintel 2016-03-17 16:45:53 +01:00
parent 5dd9e740f5
commit de82b42eba
1 changed files with 2 additions and 11 deletions

View File

@ -336,12 +336,6 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
%build
%if %{with regen_docs}
# back up pristine docs and use them instead of generated ones, which make
# multilib unhappy due to different timestamps in the generated content
cp -R docs ORIG-docs
%endif
autoreconf --install --force
intltoolize --automake --copy --force
%configure \
@ -443,11 +437,8 @@ rm -f %{buildroot}%{_libdir}/*.la
rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la
rm -f %{buildroot}%{_libdir}/NetworkManager/*.la
%if %{with regen_docs}
# install the pristine docs
cp ORIG-docs/libnm-glib/html/* %{buildroot}%{_datadir}/gtk-doc/html/libnm-glib/
cp ORIG-docs/libnm-util/html/* %{buildroot}%{_datadir}/gtk-doc/html/libnm-util/
%endif
# Ensure the documentation timestamps are constant to avoid multilib conflicts
find %{buildroot}%{_datadir}/gtk-doc |xargs touch --reference configure.ac
%check