diff options
author | Karl Berry <karl@freefriends.org> | 2016-07-08 21:46:04 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-07-08 21:46:04 +0000 |
commit | 355a127454c52c9b592631e0b60a1e7d567960de (patch) | |
tree | a4203d9a4e308758f7315be87b28053da7df9f55 /Master/tlpkg/libexec | |
parent | 625406d67c04aff1f4f94c6120aa8d14b2252708 (diff) |
texosquery (8jul16)
git-svn-id: svn://tug.org/texlive/trunk@41663 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 4c0cb1cef5c..85989b8cc2c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2245,6 +2245,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, 'thailatex', 'NULL', # no gain in splitting up 'translation-array-fr', 'NULL', # doc 'translation-chemsym-de', 'NULL', # doc @@ -2687,6 +2688,7 @@ $standardttf = '\.ttf|\.TTC'; 'pythontex' => '([23]|_.*)\.py$', 'spelling' => '\.lua$', 'tex4ebook' => '\.lua$', + 'texosquery' => '\.jar$', ); @@ -2777,6 +2779,7 @@ $standardttf = '\.ttf|\.TTC'; 'texfot' => 'texfot\.pl$', 'texliveonfly' => '\.py$', 'texloganalyser' => 'texloganalyser', + 'texosquery' => 'texosquery$', 'typeoutfileinfo' => '\.sh$', 'thumbpdf' => '\.pl$', 'ulqda' => '\.pl$', |