summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-26 21:03:03 +0000
committerKarl Berry <karl@freefriends.org>2023-02-26 21:03:03 +0000
commit04d2805d040f193fdc26c07ce58514cd089a518e (patch)
treeb4ccaaabaa4d197497437df2cb085d54e9861fa6 /Master/tlpkg/libexec
parentca6b17290c15004afd9fce169727fc242745c45b (diff)
pbibtex-manual (26feb23)
git-svn-id: svn://tug.org/texlive/trunk@66181 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index e8f14e0c4d4..ba324c9b0aa 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -3459,11 +3459,12 @@ $standardpro='\.pro$';
$standardmap='\.(map|tec)$';
%specialmap = (
- 'adobemapping' => '.', # take them all
- 'fundus' => 'NULL', # skip startrek fonts we don't have
- 'ibygrk' => 'iby\.map', # not ibycus4.map, which is tex|mf
- 'kerntest' => 'NULL', # skip test map file
- 'skak' => 'NULL', # skip ill-named special.map
+ 'adobemapping' => '.', # take them all
+ 'fundus' => 'NULL', # skip startrek fonts we don't have
+ 'ibygrk' => 'iby\.map', # not ibycus4.map, which is tex|mf
+ 'kerntest' => 'NULL', # skip test map file
+ 'pbibtex-manual' => 'NULL', # doc
+ 'skak' => 'NULL', # skip ill-named special.map
'xetex-devanagari' => 'README|' . $standardmap, # no point in breaking up
);
#