From a6f2429c0f60f7d7ab8d00b99c3ff9d82881dbed Mon Sep 17 00:00:00 2001 From: Thomas Ries Date: Sat, 28 Feb 2009 22:09:52 +0000 Subject: [PATCH] - make install: install docu as well --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 2099b36..6487740 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -65,5 +65,5 @@ install-data-local: $(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)/ + $(INSTALL_DATA) $(srcdir)/pdf/* $(DESTDIR)$(docdir)/ + $(INSTALL_DATA) $(srcdir)/html/* $(DESTDIR)$(docdir)/