summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-14 14:53:54 +0000
committerKarl Berry <karl@freefriends.org>2020-04-14 14:53:54 +0000
commit90a718a9a627aec0f396f31710b608bdc24ebf72 (patch)
tree916c0f62f35b59c714e579f0b788b81cdae5fc57 /Master/tlpkg/libexec/ctan2tds
parent4cc81056bb5b4d8eef927eeebb17b4b01b955cae (diff)
git-latexdiff
git-svn-id: svn://tug.org/texlive/trunk@54732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 9032cbd24aa..7c2d8eb857b 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -548,6 +548,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`);
'gfsporson', "&MAKEflatten",
'gfssolomos', "&MAKEflatten",
'ghostgum', "die 'skipping, nonfree'",
+ 'git-latexdiff',"&MAKEflatten",
'gladtex', "die 'skipping, requires python setup.py?'",
'glhyph', "die 'skipping, merged into hyph-utf8'",
'glossary', "die 'skipping, replaced by glossaries'",
@@ -3168,6 +3169,7 @@ $standardttf = '\.ttf|\.TTC';
'fragmaster' => 'fragmaster\.pl$',
'fontools' => '(afm2afm|autoinst|ot2kpx)$',
'getmap' => 'getmapdl.lua',
+ 'git-latexdiff' => 'git-latexdiff$',
'glossaries' => 'makeglossaries$|makeglossaries-lite\.lua',
'installfont' => 'installfont-tl',
'jfmutil' => '\.pl',
@@ -3280,6 +3282,7 @@ $standardttf = '\.ttf|\.TTC';
'epstopdf' => 'r?epstopdf.1|epstopdf.man1.pdf', # don't keep pdf
'findhyph' => 'findhyph.1',
'fontools' => '\.1$',
+ 'git-latexdiff' => '\.1$',
'glossaries' => '\.1$',
'l3build' => '\.1$',
'latex-git-log' => '\.1$',
@@ -4081,7 +4084,7 @@ sub doscripts {
# change this to match texmf_dist_shell_scripts in
# linked_scripts/Makefile.am, or rather read that list. xx
next if $s =~ /dtx(file)?gen/;
- next if $s =~ /latexfileversion|ltxfileinfo$/;
+ next if $s =~ /(git-latexdiff|latexfileversion|ltxfileinfo)$/;
next if $s =~ /pdf(book2|xup)/;
next if $package eq "pdfjam";
next if $package eq "pdftex-quiet";