diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-03 21:09:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-03 21:09:16 +0000 |
commit | 53fffd84fece50ca2d7e59af55e22224c532ee06 (patch) | |
tree | d330b07d020a1253c044456c7bf26f739dafe5f8 /Master/tlpkg/libexec | |
parent | 2460993119d8ffa82074d9f0c61b828dda39799b (diff) |
hypdestopt (3sep20)
git-svn-id: svn://tug.org/texlive/trunk@56253 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-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 55fc529d9fe..05beee98918 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2640,6 +2640,7 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)' 'grverb', '\.vpl|' . $standardsource, 'geometry-de', 'NULL', # keep together 'grverb', '\.vpl|' . $standardsource, + 'hypdestopt', 'NULL', 'hyper', '\.pl|' . $standardsource, 'hyphenex', '.', # everything 'impatient', 'NULL', # doc package @@ -2843,6 +2844,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'hrlatex' => 'latex', # requires interaction 'hu-berlin-bundle' => 'luatex', 'hycolor' => 'tex', + 'hypdestopt' => 'etex', 'hyperbar' => 'tex', 'intopdf', => 'tex', 'icite', => 'lualatex', |