texlive[75051] trunk: doc tweaks

commits+karl at tug.org commits+karl at tug.org
Tue Apr 29 19:06:38 CEST 2025


Revision: 75051
          https://tug.org/svn/texlive?view=revision&revision=75051
Author:   karl
Date:     2025-04-29 19:06:38 +0200 (Tue, 29 Apr 2025)
Log Message:
-----------
doc tweaks

Modified Paths:
--------------
    trunk/Build/source/texk/dvipdfm-x/ChangeLog
    trunk/Build/source/texk/web2c/man/ChangeLog
    trunk/Master/tlpkg/libexec/place

Modified: trunk/Build/source/texk/dvipdfm-x/ChangeLog
===================================================================
--- trunk/Build/source/texk/dvipdfm-x/ChangeLog	2025-04-29 15:28:09 UTC (rev 75050)
+++ trunk/Build/source/texk/dvipdfm-x/ChangeLog	2025-04-29 17:06:38 UTC (rev 75051)
@@ -15,7 +15,7 @@
 	https://tug.org/pipermail/tex-live/2025-April/051444.html
 
 	* xdvipdfm-pdf.test: new test, for this (pdfobj) and the page
-	Group (pdfgroup) fix from Clerk ma.
+	Group (pdfgroup) fix from Clerk Ma.
 	* Makefile.am (tests): add it.
 	* tests/xdvipdfm-pdfobj.xdv,
 	* tests/xdvipdfm-pdfgroup.dvi: new test input files.

Modified: trunk/Build/source/texk/web2c/man/ChangeLog
===================================================================
--- trunk/Build/source/texk/web2c/man/ChangeLog	2025-04-29 15:28:09 UTC (rev 75050)
+++ trunk/Build/source/texk/web2c/man/ChangeLog	2025-04-29 17:06:38 UTC (rev 75051)
@@ -1,7 +1,7 @@
 2025-04-09  Karl Berry  <karl at freefriends.org>
 
+	* latex-dev.man: wording.
 	* latex.man: add [ first-line ]; update LaTeX Companion to 3rd edition.
-	* latex-dev.man: wording.
 
 2025-03-07  Karl Berry  <karl at tug.org>
 

Modified: trunk/Master/tlpkg/libexec/place
===================================================================
--- trunk/Master/tlpkg/libexec/place	2025-04-29 15:28:09 UTC (rev 75050)
+++ trunk/Master/tlpkg/libexec/place	2025-04-29 17:06:38 UTC (rev 75051)
@@ -34,8 +34,9 @@
   "final-svn-update!" => \$opt_final_svn_update,
 );
 
-print "place: chicken mode = $chicken\n";
-print "place: final: $opt_final_svn_update\n";
+print "place: chicken: $chicken\n";
+print "place: mode: $opt_mode\n";
+print "place: final-update: $opt_final_svn_update\n" if $opt_mode eq "svn";
 
 die "usage: $0 [OPT]... PKGNAME (ustl)\n" unless @ARGV == 1;
 $package = $ARGV[0];



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