]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Cleanup to the new scripts/*/Makefile.am files
authorHarlan Stenn <stenn@ntp.org>
Wed, 8 Jan 2014 01:33:45 +0000 (20:33 -0500)
committerHarlan Stenn <stenn@ntp.org>
Wed, 8 Jan 2014 01:33:45 +0000 (20:33 -0500)
bk: 52ccaaf9GeixIUAnS8cYYFK8vmGNvw

ChangeLog
scripts/calc_tickadj/Makefile.am
scripts/ntp-wait/Makefile.am
scripts/ntptrace/Makefile.am

index 1c8e2c536a6c784d1fee60b185939c7df19ce630..d77fc98eb128470f6be7b9bb481025dbddbb75e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* Cleanup to the new scripts/*/Makefile.am files.
 (4.2.7p409) 2014/01/04 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2060] Warn about restrictions with "kod" but not "limited".
 (4.2.7p408) 2013/12/29 Released by Harlan Stenn <stenn@ntp.org>
index c7294205f77330c1fccb29f68ee32098302ffc40..f14842ac4fa831a40f57ad880776b2422de11431 100644 (file)
@@ -19,6 +19,8 @@ manpage_HACK+=        calc_tickadj.
 # The manpage_HACK is listed in noinst_DATA so that takes care of these.
 endif
 
+DISTCLEANFILES =       config.log $(man_MANS) calc_tickadj.
+
 EXTRA_DIST =                           \
        calc_tickadj.in                 \
        calc_tickadj.1calc_tickadjman   \
index 109f44ea17363df9c80b2e911731c9b2c76afa34..c6a0c66f133c26c5c79b3762d9b6338c00ed0350 100644 (file)
@@ -12,6 +12,7 @@ run_ag=               cd $(srcdir) && env PATH="$(abs_builddir):$(PATH)" PERL5LIB="$(abs_top_
 
 EXTRA_SCRIPTS = ntp-wait
 
+DISTCLEANFILES =       config.log $(man_MANS)
 EXTRA_DIST =                   \
        ntp-wait.in             \
        ntp-wait.1ntp-waitman   \
index 6e8acd57d78b96a7edea1c22b255b2620109db77..fc2c17faa7a9bcdb4a8c83aba5248342fc88bba5 100644 (file)
@@ -24,6 +24,8 @@ EXTRA_DIST =                  \
        invoke-ntptrace.menu    \
        $(NULL)
 
+DISTCLEANFILES =       config.log $(man_MANS)
+
 html_DATA = $(srcdir)/ntptrace.html
 
 noinst_DATA =                  \