summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds16
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 3dc049ad582..e64ce58adcb 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -657,6 +657,7 @@ $Master = "$mydir/../..";
'knuth' => '&POSTknuth',
'koma-script' => '&POSTkomascript',
'latex2man' => '&POSTlatex2man',
+ 'latexdiff' => '&POSTlatexdiff',
'lithuanian' => '&POSTlithuanian',
'montex' => '&POSTmontex',
'pgf' => '&POSTpgf',
@@ -700,6 +701,7 @@ $standardsource='\.fdd|\.dtx|\.ins|\.c$|Makefile|configure.*|install-sh|\.drv';
'latex-doc-ptr', 'NULL', # doc package
'latex2e-help-texinfo','NULL', # doc package
'latex2man', 'NULL', # leave Makefile
+ 'latexdiff', 'NULL', # leave Makefile
'mpman-ru', 'NULL', # doc package
'ot2cyr', '\.afm|\.etx|' . $standardsource,
'pdfx', 'rvdtx\.sty|' . $standardsource,
@@ -1489,6 +1491,7 @@ $standardxmt='\.xmt';
'findhyph' => 'findhyph$',
'fragmaster' => 'fragmaster.pl',
'latex2man' => 'latex2man$',
+ 'latexdiff' => 'latex(diff-so|diff-vc|revise)$',
'latexmk' => '\.pl$',
'listings-ext' => '\.sh$',
'mkgrkindex' => 'mkgrkindex$',
@@ -1518,6 +1521,7 @@ $standardxmt='\.xmt';
%specialmans = (
'epstopdf' => 'epstopdf.1',
'findhyph' => 'findhyph.1',
+ 'latexdiff' => '\.1$',
'latexmk' => 'latexmk.1',
'perltex' => 'perltex.1',
'pkfix-helper' => 'pkfix-helper.1',
@@ -3762,14 +3766,12 @@ sub POSTlatex2man
print "YOU-MUST-DO! update /tmp/$package.info into texmf/doc/info\n";
}
-sub POSTlibertine
+sub POSTlatexdiff
{
- print "POST$package - remove nosource docs";
- # post routine instead of moreclean because we use MAKEcopy.
- # doable one way or another, but skipping for now. xx
- #
- # no source for doku.pdf.
- &SYSTEM ("$RM doc/fonts/libertine/*libertine[dD]oku.pdf");
+ print "POST$package - rename $package-so to $package.pl\n";
+ # to avoid special case in w32 wrapper
+ my $dir = "$DEST/scripts/$package";
+ &SYSTEM ("$MV $dir/latexdiff-so $dir/latexdiff.pl");
}
sub POSTlithuanian