diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-24 22:42:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-24 22:42:34 +0000 |
commit | 290d4ccb69531961a454b334f0ede186ebe88396 (patch) | |
tree | 83d0719b94664b447a639185536560c09b28b42b /Master/tlpkg | |
parent | ae2003403c75fd90aa7273314aad1b78c1feec89 (diff) |
texosquery (24mar17)
git-svn-id: svn://tug.org/texlive/trunk@43596 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/texosquery.tlpsrc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 7849efcbd69..d09cd07add3 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2293,7 +2293,7 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)' 'rcs', 'rcs.el|src|' . $standardsource, 'ruhyphen', '^[^.]*$|README.ru|hyphen.rules', 'selnolig', 'NULL', # not .fea - 'texosquery', '.java|' . $standardsource, + 'texosquery', 'java|\.batch$|' . $standardsource, 'thailatex', 'NULL', # no gain in splitting up 'translation-array-fr', 'NULL', # doc 'translation-chemsym-de', 'NULL', # doc @@ -2843,7 +2843,7 @@ $standardttf = '\.ttf|\.TTC'; 'texfot' => 'texfot\.pl$', 'texliveonfly' => '\.py$', 'texloganalyser' => 'texloganalyser', - 'texosquery' => 'texosquery$', + 'texosquery' => 'texosquery(|-jre[5-9])\.sh$', 'typeoutfileinfo' => '\.sh$', 'thumbpdf' => '\.pl$', 'ulqda' => '\.pl$', diff --git a/Master/tlpkg/tlpsrc/texosquery.tlpsrc b/Master/tlpkg/tlpsrc/texosquery.tlpsrc index aefd3a571c4..91407205240 100644 --- a/Master/tlpkg/tlpsrc/texosquery.tlpsrc +++ b/Master/tlpkg/tlpsrc/texosquery.tlpsrc @@ -1,2 +1,2 @@ binpattern f bin/${ARCH}/${PKGNAME} - +binpattern f bin/${ARCH}/${PKGNAME}-jre* |