diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-02 19:40:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-02 19:40:36 +0000 |
commit | fbf1d64d26ffb6a617fa32f6a0b130913e283940 (patch) | |
tree | fb32daacabe41db521c9645a7a6ad40ce36be342 | |
parent | 33796c60559f70d9af0b2a429f692b03de8a4b67 (diff) |
doc, syntax
git-svn-id: svn://tug.org/texlive/trunk@54010 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/man/man1/Makefile | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/latex-git-log.man1.pdf | bin | 8318 -> 28920 bytes | |||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 6 |
4 files changed, 12 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/man/man1/Makefile b/Master/texmf-dist/doc/man/man1/Makefile index 8ed85129489..498653d25f1 100644 --- a/Master/texmf-dist/doc/man/man1/Makefile +++ b/Master/texmf-dist/doc/man/man1/Makefile @@ -28,9 +28,12 @@ man1/mendex.man1.pdf: man1/mendex.1 man1/upmendex.man1.pdf: man1/upmendex.1 @echo 'Skipping upmendex.1.' -# man pages which use UTF-8; probably there are more. +# man pages which use UTF-8; check via file *.1 | grep UTF-8; +# fgrep '\*~' *.1. man1/findhyph.man1.pdf: man1/findhyph.1 $(MKPDF_UTF8) +man1/latex-git-log.man1.pdf: man1/latex-git-log.1 + $(MKPDF_UTF8) man1/luaotfload-tool.man1.pdf: man1/luaotfload-tool.1 $(MKPDF_UTF8) @@ -112,6 +115,9 @@ man1/lamed.man1.pdf: man1/lamed.1 man1/aleph.1 man1/luahbtex.man1.pdf: man1/luahbtex.1 man1/luatex.1 $(MKPDF) +man1/luajithbtex.man1.pdf: man1/luajithbtex.1 man1/luatex.1 + $(MKPDF) + man1/luajittex.man1.pdf: man1/luajittex.1 man1/luatex.1 $(MKPDF) diff --git a/Master/texmf-dist/doc/man/man1/latex-git-log.man1.pdf b/Master/texmf-dist/doc/man/man1/latex-git-log.man1.pdf Binary files differindex 5e621621ecb..f6f3f7b60f0 100644 --- a/Master/texmf-dist/doc/man/man1/latex-git-log.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/latex-git-log.man1.pdf diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers index b37349212a1..72d11d1ace7 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2008-2019 Norbert Preining +# Copyright 2008-2020 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 7a4fe36c3da..a6ac9c34730 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -99,11 +99,15 @@ for f in $tlweb/*; do done # Update packages in our working dir. +# These shell assignments have to come outside the cow-shell. echo "$0: Updating $tltry (from $Master) with cow-shell..." containers_prog="$Master/tlpkg/bin/tl-update-containers" containers_args=" $verbose -location $tltry $critical $recreate $gpgcmd" containers_invoke="$containers_prog $containers_args" # +update_install_prog=$Master/tlpkg/bin/tl-update-install-pkg +update_install_invoke="$update_install_prog $gpgcmd -o $tltry" +# cd $tltry cow-shell <<END_COW echo "$0: Updating containers with (critical=$critical recreate=$recreate gpgcmd=$gpgcmd)" @@ -116,8 +120,6 @@ fi # It is scary, but I guess we should update the installer package every # day, partly for the sake of doc.html and partly so it actually gets # tested. Hopefully we don't break the Perl modules very often. -update_install_prog=$Master/tlpkg/bin/tl-update-install-pkg -update_install_invoke="$update_install_prog $gpgcmd -o $tltry" echo "$0: Updating install pkg with" echo "$0: $update_install_invoke" if $update_install_invoke; then :; else |