diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-15 13:46:10 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-15 16:12:52 -0400 |
commit | d4a4fe465517a4ca820e4d1ce1d85b4e5bc3ee8e (patch) | |
tree | ad27d5b534682488e9b8eaa41bdbbbe0dca9a022 | |
parent | 4a18b7507fe9ab41de2edfaed2d246bc4989f9f0 (diff) | |
download | sssd-d4a4fe465517a4ca820e4d1ce1d85b4e5bc3ee8e.tar.gz sssd-d4a4fe465517a4ca820e4d1ce1d85b4e5bc3ee8e.tar.xz sssd-d4a4fe465517a4ca820e4d1ce1d85b4e5bc3ee8e.zip |
Build and package libini_config docs
-rw-r--r-- | common/Makefile.am | 2 | ||||
-rw-r--r-- | common/ini/README | 1 | ||||
-rw-r--r-- | contrib/sssd.spec.in | 4 |
3 files changed, 3 insertions, 4 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index 331f75d8a..b2855cff4 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -1,6 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = trace collection ini dhash path_utils refarray -DOCDIRS = collection +DOCDIRS = collection ini dist_noinst_DATA = \ m4 diff --git a/common/ini/README b/common/ini/README deleted file mode 100644 index 2b4d381d2..000000000 --- a/common/ini/README +++ /dev/null @@ -1 +0,0 @@ -Documentation for ini_config can be found in ini_config.h
\ No newline at end of file diff --git a/contrib/sssd.spec.in b/contrib/sssd.spec.in index 448e8c6fe..3b625ad4a 100644 --- a/contrib/sssd.spec.in +++ b/contrib/sssd.spec.in @@ -208,7 +208,7 @@ KRB5_LIBS=-lkrb5 \ make %{?_smp_mflags} -pushd common/collection +pushd common make %{?_smp_mflags} docs popd @@ -383,7 +383,7 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/ini_config.h %{_libdir}/libini_config.so %{_libdir}/pkgconfig/ini_config.pc -%doc common/ini/README +%doc common/ini/doc/html/ %files -n libref_array %defattr(-,root,root,-) |