From bd9cfec674815d09ac10cda49d49c2885cb23172 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 16 Aug 2021 21:02:37 +0000 Subject: makelabels (16aug21) git-svn-id: svn://tug.org/texlive/trunk@60255 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/libexec/ctan2tds | 2 ++ Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 + Master/tlpkg/tlpsrc/makelabels.tlpsrc | 0 4 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Master/tlpkg/tlpsrc/makelabels.tlpsrc (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 01cafea4f15..65b8e7799ca 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -498,7 +498,7 @@ my @TLP_working = qw( mahjong mailing mailmerge make4ht makebarcode makebase makebox makecell makecirc makecmds makecookbook - makedtx makeglos makeplot maker makerobust + makedtx makeglos makelabels makeplot maker makerobust makeshape mandi manfnt manfnt-font manuscript manyind marathi marcellus margbib marginfit marginfix marginnote markdown marvosym diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f3bb13639ee..af051e4ed99 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2082,6 +2082,7 @@ $standardtex 'luaxml', '\.lua|' . $standardtex, 'lyluatex', '\.sty', # not *.cls 'magyar', 'NULL', # do not install in runtime, conflicts with babel + 'makelabels', '\.lco|' . $standardtex, 'manjutex', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|manju.tex', 'marathi', 'namuna-.*\.tex|' . $standardtex, 'matapli', 'matapli\.cls', # not mataplidoc.cls @@ -3002,6 +3003,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'lua-ul' => 'etex-answer-y', # https://github.com/latex3/latex2e/issues/558 'luaindex' => 'lualatex --shell-escape', 'luatexja' => 'lualatex', + 'makelabels' => 'tex --8bit', 'mandi' => 'pdflatex-preserve-pdf', 'marathi' => 'tex -8bit', 'mathfont' => 'latex', diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 6b666688cb5..7144376cae7 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -765,6 +765,7 @@ depend makecmds depend makecookbook depend makedtx depend makeglos +depend makelabels depend makerobust depend mandi depend manfnt diff --git a/Master/tlpkg/tlpsrc/makelabels.tlpsrc b/Master/tlpkg/tlpsrc/makelabels.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3