diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-binextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/light-latex-make.tlpsrc | 2 |
4 files changed, 10 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 91ac4653f63..afef4c1bc89 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -442,7 +442,7 @@ my @TLP_working = qw( libertine libertinegc libertinus libertinus-fonts libertinus-otf libertinus-type1 libertinust1math libgreek librarian librebaskerville librebodoni librecaslon librefranklin - libris lie-hasse lilyglyphs limap limecv linearA linegoal + libris lie-hasse light-latex-make lilyglyphs limap limecv linearA linegoal lineno ling-macros linguex linguisticspro linop lion-msc lipsum lisp-on-tex listbib listing listings listings-ext listingsutf8 listlbls listliketab diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 280d6947ad7..385d821d8ba 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1559,6 +1559,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'latex-git-log' => 'change to use pod2man', 'latex2e-help-texinfo' => '&POSTlatex2e_help_texinfo', 'lhcyr' => '&POSTlhcyr', + 'light-latex-make' => '&tl_man_to_pdf', 'lilyglyphs' => '&POSTlilyglyphs', 'listbib' => '&POSTlistbib', 'lithuanian' => '&POSTlithuanian', @@ -1962,6 +1963,7 @@ $standardtex 'lgrx', '\.dfu$|' . $standardtex, 'lhcyr', 'lhcyr.*', 'librarian', '(t-)?librarian.(tex|sty)', + 'light-latex-make', 'NULL', # script package 'lion-msc', '-logo.pdf|' . $standardtex, 'lipsum', '\.ltd\.tex|' . $standardtex, 'listbib', 'listbib.tex|' . $standardtex, @@ -3273,6 +3275,7 @@ $standardttf = '\.ttf|\.TTC'; 'latexmk' => '\.pl$', 'latexfileversion' => 'latexfileversion$', 'latexpand' => 'latexpand$', + 'light-latex-make' => 'llmk\.lua$', 'lilyglyphs' => 'lily-.*\.py$', 'listbib' => 'listbib$', 'listings-ext' => '\.sh$', @@ -3379,6 +3382,7 @@ $standardttf = '\.ttf|\.TTC'; 'latex2man' => '\.1$', 'latexdiff' => '\.1$', 'latexmk' => 'latexmk.1', + 'light-latex-make' => '\.1$', 'mathspic' => 'mathspic.1', 'mkjobtexmf' => 'mkjobtexmf.man', 'musixtnt' => '\.1$', @@ -4281,7 +4285,7 @@ sub domans { # When a package has man pages, we want to update the pdf versions of # them that we distribute using our Makefile setup, so that they are # all consistent. So we copy over our Makefiles, run make, and then -# remove them. +# remove them. The .1 file has to be added to specialmans. # sub tl_man_to_pdf { my ($secnum) = @_; @@ -4293,6 +4297,7 @@ sub tl_man_to_pdf { print "tl_man_to_pdf for: " . join (" ", <$pkg_man/$manN/*>) . "\n"; my $man_makefiles = "Makefile $manN/Makefile"; + &xmkdir ("$pkg_man/$manN"); &SYSTEM ("cd $Master_man && $CP --parents $man_makefiles $pkg_man/"); # Extra complication: we don't want to rebuild everything, only those diff --git a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc index 64321b462cd..7047434fda0 100644 --- a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc @@ -58,6 +58,7 @@ depend latexpand depend latexindent depend ltxfileinfo depend ltximg +depend light-latex-make depend listings-ext depend luajittex depend make4ht diff --git a/Master/tlpkg/tlpsrc/light-latex-make.tlpsrc b/Master/tlpkg/tlpsrc/light-latex-make.tlpsrc new file mode 100644 index 00000000000..b354b762a63 --- /dev/null +++ b/Master/tlpkg/tlpsrc/light-latex-make.tlpsrc @@ -0,0 +1,2 @@ +binpattern f bin/${ARCH}/llmk +docpattern +f texmf-dist/doc/man/man1/llmk.* |