texlive[54010] Master: doc, syntax

commits+karl at tug.org commits+karl at tug.org
Mon Mar 2 20:40:36 CET 2020


Revision: 54010
          http://tug.org/svn/texlive?view=revision&revision=54010
Author:   karl
Date:     2020-03-02 20:40:36 +0100 (Mon, 02 Mar 2020)
Log Message:
-----------
doc, syntax

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/man/man1/Makefile
    trunk/Master/texmf-dist/doc/man/man1/latex-git-log.man1.pdf
    trunk/Master/tlpkg/bin/tl-update-containers
    trunk/Master/tlpkg/bin/tl-update-tlnet

Modified: trunk/Master/texmf-dist/doc/man/man1/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/Makefile	2020-03-02 19:16:31 UTC (rev 54009)
+++ trunk/Master/texmf-dist/doc/man/man1/Makefile	2020-03-02 19:40:36 UTC (rev 54010)
@@ -28,9 +28,12 @@
 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/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)
 

Modified: trunk/Master/texmf-dist/doc/man/man1/latex-git-log.man1.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/tlpkg/bin/tl-update-containers
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-containers	2020-03-02 19:16:31 UTC (rev 54009)
+++ trunk/Master/tlpkg/bin/tl-update-containers	2020-03-02 19:40:36 UTC (rev 54010)
@@ -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.
 # 

Modified: trunk/Master/tlpkg/bin/tl-update-tlnet
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-tlnet	2020-03-02 19:16:31 UTC (rev 54009)
+++ trunk/Master/tlpkg/bin/tl-update-tlnet	2020-03-02 19:40:36 UTC (rev 54010)
@@ -99,11 +99,15 @@
 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 @@
 # 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



More information about the tex-live-commits mailing list.