AC_CONFIG_FILES(scripts/calc_tickadj, [chmod +x scripts/calc_tickadj])
AC_CONFIG_FILES(scripts/checktime, [chmod +x scripts/checktime])
AC_CONFIG_FILES(scripts/freq_adj, [chmod +x scripts/freq_adj])
+AC_CONFIG_FILES(scripts/html2man, [chmod +x scripts/html2man])
AC_CONFIG_FILES(scripts/mkver, [chmod +x scripts/mkver])
AC_CONFIG_FILES(scripts/ntp-wait, [chmod +x scripts/ntp-wait])
AC_CONFIG_FILES(scripts/ntpsweep, [chmod +x scripts/ntpsweep])
-bin_SCRIPTS = ntp-wait ntptrace
-noinst_SCRIPTS = calc_tickadj checktime freq_adj mkver ntpsweep ntpver plot_summary summary
+bin_SCRIPTS= ntp-wait ntptrace
+noinst_SCRIPTS= calc_tickadj checktime freq_adj html2man mkver ntpsweep ntpver plot_summary summary
EXTRA_DIST = fixautomakedepsmagic hpadjtime.sh monitoring ntp-close \
ntp-groper ntp-restart ntp-status rc1 rc2 stats support
-#! /usr/bin/perl -w
+#! @PATH_PERL@ -w
#
-# html2man.pl: Converts the NTP HTML documentation to man page format
+# html2man: Converts the NTP HTML documentation to man page format
#
-# This file require the Perl HTML::Parser module, which in turn
-# requires HTML::Tagset, which has no dependencies. Get them here:
-# http://search.cpan.org/search?module=HTML::Parser
-# http://search.cpan.org/search?module=HTML::Tagset
+# This file require the Perl HTML::TokeParser module:
+# http://search.cpan.org/search?module=HTML::TokeParser
#
# Depending on where this is run from, you might need to modify $MANDIR below.
#