diff options
Diffstat (limited to 'Master/tlpkg')
-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"); |