diff --git a/ChangeLog b/ChangeLog index ea23354..f368bcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 0.7.2 ===== + 28-Feb-2009: - make install: install docu as well 22-Feb-2009: - Reworked handling of plugin mechanism (libltdl "static" inclusion of plugins should work now). Building under Windows (with Cygwin) does work (build with diff --git a/doc/Makefile.am b/doc/Makefile.am index 72a24e5..2099b36 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -64,3 +64,6 @@ install-data-local: $(INSTALL_DATA) $(srcdir)/siproxd.conf.example $(DESTDIR)$(sysconfdir)/ $(INSTALL_DATA) $(srcdir)/siproxd_passwd.cfg $(DESTDIR)$(sysconfdir)/ chmod 600 $(DESTDIR)$(sysconfdir)/siproxd_passwd.cfg + $(mkinstalldirs) $(DESTDIR)$(docdir) + $(INSTALL_DATA) $(srcdir)/pdf/siproxd_guide.pdf $(DESTDIR)$(docdir)/ + $(INSTALL_DATA) $(srcdir)/html/siproxd_guide.html $(DESTDIR)$(docdir)/ diff --git a/siproxd.spec.in b/siproxd.spec.in index 62de889..3dbe2ac 100644 --- a/siproxd.spec.in +++ b/siproxd.spec.in @@ -54,6 +54,9 @@ make prefix=$RPM_BUILD_ROOT%{prefix} \ mv $RPM_BUILD_ROOT%{sysconfdir}/siproxd.conf.example \ $RPM_BUILD_ROOT%{sysconfdir}/siproxd.conf +# will be added separately below +rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name} + install -d $RPM_BUILD_ROOT%{_initrddir}/ install contrib/siproxd.init $RPM_BUILD_ROOT%{_initrddir}/siproxd