Document the API doc installation

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/ldb?expand=0&rev=81
This commit is contained in:
Lars Müller 2015-10-30 14:52:02 +00:00 committed by Git OBS Bridge
parent 9570f942b4
commit 145847dff2

View File

@ -162,6 +162,7 @@ rm -f apidocs/man/man3/_*_ldb-%{ldb_version}_include_.3
%install %install
DESTDIR=${RPM_BUILD_ROOT} make install DESTDIR=${RPM_BUILD_ROOT} make install
# Install API documentation
cp -a apidocs/man/* $RPM_BUILD_ROOT/%{_mandir} cp -a apidocs/man/* $RPM_BUILD_ROOT/%{_mandir}
%post -n %{libldb_name} -p /sbin/ldconfig %post -n %{libldb_name} -p /sbin/ldconfig