diff options
author | Pavel Březina <pbrezina@redhat.com> | 2012-03-23 14:23:58 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2012-04-20 10:55:15 -0400 |
commit | 374bf54785365273b20690bd3792c25a44738041 (patch) | |
tree | 054e249a28321f450beef469e58fb211033c2b31 /contrib | |
parent | 5cdf893b7d0991e459911145b3c9b1011d31ca6b (diff) | |
download | sssd-374bf54785365273b20690bd3792c25a44738041.tar.gz sssd-374bf54785365273b20690bd3792c25a44738041.tar.xz sssd-374bf54785365273b20690bd3792c25a44738041.zip |
Install and uninstall all documentation
Every directory listed in SSSD_DOCS in Makefile.am
will be installed as documentation.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/sssd.spec.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index d3f0d08fb..43beca52d 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -275,7 +275,7 @@ install -m644 src/examples/rwtab $RPM_BUILD_ROOT%{_sysconfdir}/rwtab.d/sssd find $RPM_BUILD_ROOT -name "*.la" -exec rm -f {} \; # Suppress developer-only documentation -rm -Rf ${RPM_BUILD_ROOT}/%{_docdir}/%{name}/doc +rm -Rf ${RPM_BUILD_ROOT}/%{_docdir}/%{name} # Older versions of rpmbuild can only handle one -f option # So we need to append to the sssd.lang file @@ -446,10 +446,10 @@ A utility library to allow communication between Autofs and SSSD %files -n libsss_sudo-devel %if 0%{?fedora} -%doc hbac_doc/html +%doc libsss_sudo_doc/html %endif %if 0%{?rhel} >= 6 -%doc hbac_doc/html +%doc libsss_sudo_doc/html %endif %{_includedir}/sss_sudo.h %{_libdir}/libsss_sudo.so |