]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2825] Quiet file installation in html/
authorHarlan Stenn <stenn@ntp.org>
Thu, 7 May 2015 04:55:15 +0000 (04:55 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 7 May 2015 04:55:15 +0000 (04:55 +0000)
bk: 554af033YqYS1YubJ9WGqAz8nCKbaw

ChangeLog
Makefile.am

index 3e8634fdc332d0ed53af3537ca54ec860166ea4e..30372087b2ec45b9c74ace27304b25d749e61651 100644 (file)
--- 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.
index ae96c0094137cc9622203f19d339f7f4ab59564f..4a3b948d31332f7c9f82645ceb450122a684e97d 100644 (file)
@@ -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 )