From: Harlan Stenn Date: Sat, 16 Oct 2004 11:30:33 +0000 (-0400) Subject: Rename html2man.pl to html2man.in so we can use PATH_PERL. X-Git-Tag: NTP_4_2_3~100^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32d4c283d49e21bfa09d5aafb17cec0cf71e4cde;p=thirdparty%2Fntp.git Rename html2man.pl to html2man.in so we can use PATH_PERL. bk: 41710659hdIH8u6aezamCtdtCUvuKA --- diff --git a/configure.ac b/configure.ac index e55898420d..280cf8f068 100644 --- a/configure.ac +++ b/configure.ac @@ -3824,6 +3824,7 @@ AC_CONFIG_FILES(scripts/Makefile) 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]) diff --git a/scripts/Makefile.am b/scripts/Makefile.am index dc41963ea1..312bda8e2f 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,4 +1,4 @@ -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 diff --git a/scripts/html2man.pl b/scripts/html2man.in similarity index 94% rename from scripts/html2man.pl rename to scripts/html2man.in index bd19a39547..b7cebce32b 100755 --- a/scripts/html2man.pl +++ b/scripts/html2man.in @@ -1,11 +1,9 @@ -#! /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. #