diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 26b2a93c371..b377754827b 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3777,6 +3777,8 @@ sub POSTlatexdiff # to avoid special case in w32 wrapper my $dir = "$DEST/scripts/$package"; &SYSTEM ("$MV $dir/latexdiff-so $dir/latexdiff.pl"); + &SYSTEM ("$MV $dir/latexrevise $dir/latexrevise.pl"); + &SYSTEM ("$MV $dir/latexdiff-vc $dir/latexdiff-vc.pl"); } sub POSTlithuanian |