From: Harlan Stenn Date: Thu, 7 May 2015 04:55:15 +0000 (+0000) Subject: [Bug 2825] Quiet file installation in html/ X-Git-Tag: NTP_4_3_30~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d920f36078c7d7b270e100a15401660629e0a286;p=thirdparty%2Fntp.git [Bug 2825] Quiet file installation in html/ bk: 554af033YqYS1YubJ9WGqAz8nCKbaw --- diff --git a/ChangeLog b/ChangeLog index 3e8634fdc..30372087b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,7 @@ * [Bug 2813] HP-UX needs -D__STDC_VERSION__=199901L and limits.h. * [Bug 2815] net-snmp before v5.4 has circular library dependencies. * [Bug 2822] New leap column in sntp broke NTP::Util.pm. +* [Bug 2825] Quiet file installation in html/ . * Improve the ntpq documentation around the controlkey keyid. * ntpq.c cleanup. * Windows port build cleanup. diff --git a/Makefile.am b/Makefile.am index ae96c0094..4a3b948d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,10 +113,11 @@ dist-hook: @find $(distdir) -type d -name SCCS -print | xargs rm -rf install-data-local: - ( cd $(srcdir) && \ + @echo "Installing stand-alone HTML documentation" + @( cd $(srcdir) && \ for i in `find html -type d | grep -v SCCS` ; \ do $(INSTALL) -d $(DESTDIR)$(htmldir)/$$i ; done ) - ( cd $(srcdir) && \ + @( cd $(srcdir) && \ for i in `find html -type f | grep -v SCCS` ; \ do $(INSTALL_DATA) $$i $(DESTDIR)$(htmldir)/$$i ; done )