diff options
author | Karl Berry <karl@freefriends.org> | 2018-03-08 23:39:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-03-08 23:39:23 +0000 |
commit | a502f321bf373ab83e239389e55d622e6c6980e2 (patch) | |
tree | 360ebba0f95540f8f49da7737667cb935ca2feee /Master/tlpkg/libexec/ctan2tds | |
parent | da48a65f7e454f173c138f38ac4cc5661f4c1cea (diff) |
a2ping (8mar18)
git-svn-id: svn://tug.org/texlive/trunk@46893 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 02ef1a09722..47da4da45c6 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1255,6 +1255,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); %prehook = ( + 'a2ping' => '&PREHOOK_a2ping', 'apa6' => '&PREHOOK_apa6', 'cals' => '&PREHOOK_cals', 'chess' => '&PREHOOK_chess', @@ -1930,6 +1931,7 @@ $standardtex 'Asana-Math', 'fonts', 'FAQ-en', 'generic', 'Type1fonts', 'fonts', + 'a2ping', 'support', 'abbr', 'generic', 'abstyles', 'bibtex', 'apalike', 'bibtex', @@ -2950,6 +2952,7 @@ $standardttf = '\.ttf|\.TTC'; # packages which have man pages to install. %specialmans = ( + 'a2ping' => '\.1$', 'bundledoc' => '\.1$', 'crossrefware' => '\.1$', 'ctan-o-mat' => '\.1$', @@ -5186,6 +5189,11 @@ sub MAKEphonetic { +sub PREHOOK_a2ping { + print "PREHOOK_$package - make .1 with pod2man\n"; + &prehook_pod2man ("Peter Szabo", "$package.pl"); +} + sub PREHOOK_apa6 { print "PREHOOK_$package - subdirectories needed for dtx\n"; &SYSTEM ("mkdir config pseudoTeX"); |