]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Rename html2man.pl to html2man.in so we can use PATH_PERL.
authorHarlan Stenn <stenn@ntp.org>
Sat, 16 Oct 2004 11:30:33 +0000 (07:30 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 16 Oct 2004 11:30:33 +0000 (07:30 -0400)
bk: 41710659hdIH8u6aezamCtdtCUvuKA

configure.ac
scripts/Makefile.am
scripts/html2man.in [moved from scripts/html2man.pl with 94% similarity]

index e55898420d4a52b376b94e81bfbf6b6046b6a0a8..280cf8f06895c02abe900e3b08e6ef3efc7614e9 100644 (file)
@@ -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])
index dc41963ea19891a33887354f77732cf797a8717a..312bda8e2f2ba72ad5e137bcf298b1b8baea9b0b 100644 (file)
@@ -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
similarity index 94%
rename from scripts/html2man.pl
rename to scripts/html2man.in
index bd19a39547f456b9283981721fcf9d1bd007d9bd..b7cebce32b0acf1145601463baddcfca9add0f0e 100755 (executable)
@@ -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.
 #