+* Prepare for the generation of sntp.html.
+ * Documentation changes from Dave Mills.
+ * [Bug 1387] Storage leak in ntp_intres (minor).
+ * [Bug 1389] buffer overflow in refclock_oncore.c
+ * [Bug 1391] .texi usage text from installed, not built binaries.
+ * [Bug 1392] intres retries duplicate assocations endlessly.
+ * Correct *-opts.h dependency so default 'get' action isn't used.
(4.2.5p247-RC) 2009/11/20 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1142] nodebug builds shed no light on -d, -D option failure.
* [Bug 1179] point out the problem with -i/--jaildir and -u/--user when
$(run_ag) -Tagman1.tpl -bsntp sntp-opts.def
$(srcdir)/sntp-opts.texi $(srcdir)/sntp-opts.menu: $(srcdir)/sntp-opts.def $(srcdir)/../include/version.def
+ $(MAKE) sntp # aginfo.tpl runs the binary to extract --help usage text
$(run_ag) -Taginfo.tpl -DLEVEL=section sntp-opts.def
+$(srcdir)/sntp.html: $(srcdir)/sntp-opts.menu $(srcdir)/sntp-opts.texi $(srcdir)/sntp.texi $(srcdir)/version.texi
+ cd $(srcdir) && makeinfo --force --html --no-split -o sntp.html sntp.texi
+
../libntp/libntp.a:
cd ../libntp && $(MAKE)