]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Distribute the scripts needed for the fix for Bug 2547
authorHarlan Stenn <stenn@ntp.org>
Wed, 16 Jul 2014 21:20:01 +0000 (17:20 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 16 Jul 2014 21:20:01 +0000 (17:20 -0400)
bk: 53c6ec81kn8C44GKohb5dSWi_UhJGg

ChangeLog
scripts/build/Makefile.am [changed mode: 0755->0644]

index d4acbf040d715c8af28fb28719ca8a1886c53ec4..68e4d1832c0ecdb1b23bb3e77c70191ad9756bd3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* Distribute the scripts needed for the fix for Bug 2547.
 (4.2.7p449) 2014/07/16 Released by Harlan Stenn <stenn@ntp.org>
 * [Bug 2547] Automate update of "Last Update" datestamps in .html files.
 * [Bug 2623] Missing {} in refclock_oncore.c.
old mode 100755 (executable)
new mode 100644 (file)
index cf0a44a..a9c42c4
@@ -3,11 +3,15 @@ run_ag=               cd $(srcdir) && env PATH="$(abs_builddir):$(PATH)"      \
 
 noinst_SCRIPTS = mkver
 
+NULL=
 EXTRA_DIST =                   \
        check--help             \
        checkChangeLog          \
+       checkHtmlFileDates      \
        fixautomakedepsmagic    \
        genCommitLog            \
        genver                  \
+       updateBEDate            \
        UpdatePoint             \
-       VersionName             
+       VersionName             \
+       $(NULL)