* Reinstate doc fix to authentic.html from Mike T.
* [Bug 1223] cleanup for rlimit changes.
+* [Bug 2098] Install DLM's HTML documentation.
* [Bug 2306] Added user-mode/loop-back PPS API provider for Win32
(4.2.7p323) 2012/11/18 Released by Harlan Stenn <stenn@ntp.org>
* html/ updates from Dave Mills.
dist-hook:
@find $(distdir) -type d -name SCCS -print | xargs rm -rf
+install-data-local:
+ ( cd $(srcdir) && tar cf - `find html -type f | grep -v SCCS`) \
+ | ( cd $(DESTDIR)$(htmldir) && tar xvf - )
+
+uninstall-local:
+ rm -rf $(DESTDIR)$(htmldir)/html
+
.gcc-warning:
@echo "Compiling with GCC now generates lots of new warnings."
@echo " "
AC_CONFIG_FILES([libntp/Makefile])
AC_CONFIG_FILES([libparse/Makefile])
AC_CONFIG_FILES([ntpd/Makefile])
-AC_CONFIG_FILES([ntpd/complete.conf], [sed -i.old -e '/^rlimit$/d' ntpd/complete.conf])
+AC_CONFIG_FILES([ntpd/complete.conf], [sed -i.old -e '/^rlimit$/d' ntpd/complete.conf && rm ntpd/complete.conf.old])
AC_CONFIG_FILES([ntpdate/Makefile])
AC_CONFIG_FILES([ntpdc/Makefile])
AC_CONFIG_FILES([ntpdc/nl.pl], [chmod +x ntpdc/nl.pl])