From c3fa3097e55b93ce946c22ddd7119ed7c7d71fb4 Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Sat, 28 Feb 2009 23:11:25 +0000 Subject: [PATCH] - added configure option: --disable-doc --- doc/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 6487740..4ce9316 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -65,5 +65,9 @@ install-data-local: $(INSTALL_DATA) $(srcdir)/siproxd_passwd.cfg $(DESTDIR)$(sysconfdir)/ chmod 600 $(DESTDIR)$(sysconfdir)/siproxd_passwd.cfg $(mkinstalldirs) $(DESTDIR)$(docdir) +if have_docbook2pdf $(INSTALL_DATA) $(srcdir)/pdf/* $(DESTDIR)$(docdir)/ +endif +if have_docbook2html $(INSTALL_DATA) $(srcdir)/html/* $(DESTDIR)$(docdir)/ +endif