diff options
author | Karl Berry <karl@freefriends.org> | 2023-12-09 22:18:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-12-09 22:18:58 +0000 |
commit | a9c1c1383048903d5aaf71ba170c3b4195235fb4 (patch) | |
tree | e22d315e280fd2818a6819fc5b4d9027ef8aecb1 /Master/tlpkg | |
parent | e8df5e1620ae293f3bb069fe094017c9f7b473bc (diff) |
bookmark (9dec23)
git-svn-id: svn://tug.org/texlive/trunk@69081 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-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 74efdc337c7..7144dc9d551 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -3209,6 +3209,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'bguq' => 'latex', # requires interaction 'bhcexam' => 'latex', # requires interaction 'bnumexpr' => 'etex', + 'bookmark' => "latex '\\let\\install=y\\input '", 'bosisio' => 'latex -translate-file=empty.tcx', # ^^, no 8-bit 'bullcntr' => 'latex', # requires interaction 'canoniclayout'=> 'tex', @@ -3933,6 +3934,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'beebe' => '^([^bt].*|bibmods|bibunits)\.sty$|(gut.*|komoedie|litprog|sgml.*)\.bib$|\.ltx$', # omit some bibs and support files 'bibleref' => $standardclean . '|sample.tex|sample-.*', # derived uploaded 'bbm-macros' => $standardclean . '|^bbm$', # symlink + 'bookmark' => $standardclean . '|\.(drv|ins)$', # strays 'bundledoc' => $standardclean . '|\.pdf$', # regen for a4 'catoptions' => $standardclean . '|Thumbs.db', # bogus file 'chklref' => $standardclean . '|\.tds\.zip', |