summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/man/man1/Makefile8
-rw-r--r--Master/texmf-dist/doc/man/man1/latex-git-log.man1.pdfbin8318 -> 28920 bytes
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers2
-rwxr-xr-xMaster/tlpkg/bin/tl-update-tlnet6
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
index 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
Binary files differ
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