texlive[61235] trunk: l3build (6dec21)

commits+karl at tug.org commits+karl at tug.org
Mon Dec 6 22:24:33 CET 2021


Revision: 61235
          http://tug.org/svn/texlive?view=revision&revision=61235
Author:   karl
Date:     2021-12-06 22:24:33 +0100 (Mon, 06 Dec 2021)
Log Message:
-----------
l3build (6dec21)

Modified Paths:
--------------
    trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
    trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
    trunk/Master/texmf-dist/doc/latex/l3build/README.md
    trunk/Master/texmf-dist/doc/latex/l3build/l3build.pdf
    trunk/Master/texmf-dist/doc/man/man1/l3build.1
    trunk/Master/texmf-dist/doc/man/man1/l3build.man1.pdf
    trunk/Master/texmf-dist/scripts/l3build/l3build-help.lua
    trunk/Master/texmf-dist/scripts/l3build/l3build-typesetting.lua
    trunk/Master/texmf-dist/scripts/l3build/l3build.lua
    trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx

Modified: trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua	2021-12-06 21:24:07 UTC (rev 61234)
+++ trunk/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua	2021-12-06 21:24:33 UTC (rev 61235)
@@ -25,7 +25,7 @@
 --]]
 
 -- Version information
-release_date = "2021-11-29"
+release_date = "2021-12-06"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")

Modified: trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md	2021-12-06 21:24:07 UTC (rev 61234)
+++ trunk/Master/texmf-dist/doc/latex/l3build/CHANGELOG.md	2021-12-06 21:24:33 UTC (rev 61235)
@@ -7,6 +7,11 @@
 
 ## [Unreleased]
 
+## [2021-12-06]
+
+### Fixed
+- Place PDF files inside `docfiledir` in all cases
+
 ## [2021-11-29]
 
 ### Changed
@@ -538,7 +543,8 @@
 - Rationalise short option names: removed `-d`, `-E`, `-r`
 - Target `cmdcheck`: specific to LaTeX kernel work
 
-[Unreleased]: https://github.com/latex3/l3build/compare/2021-11-29...HEAD
+[Unreleased]: https://github.com/latex3/l3build/compare/2021-12-06...HEAD
+[2021-12-06]: https://github.com/latex3/l3build/compare/2021-11-29...2021-12-06
 [2021-11-29]: https://github.com/latex3/l3build/compare/2021-11-24...2021-11-29
 [2021-11-24]: https://github.com/latex3/l3build/compare/2021-11-12...2021-11-24
 [2021-11-12]: https://github.com/latex3/l3build/compare/2021-08-28...2021-11-12

Modified: trunk/Master/texmf-dist/doc/latex/l3build/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/l3build/README.md	2021-12-06 21:24:07 UTC (rev 61234)
+++ trunk/Master/texmf-dist/doc/latex/l3build/README.md	2021-12-06 21:24:33 UTC (rev 61235)
@@ -1,7 +1,7 @@
 l3build: a testing and building system for LaTeX
 =================================================
 
-Release 2021-11-29
+Release 2021-12-06
 
 Overview
 --------

Modified: trunk/Master/texmf-dist/doc/latex/l3build/l3build.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/man/man1/l3build.1
===================================================================
--- trunk/Master/texmf-dist/doc/man/man1/l3build.1	2021-12-06 21:24:07 UTC (rev 61234)
+++ trunk/Master/texmf-dist/doc/man/man1/l3build.1	2021-12-06 21:24:33 UTC (rev 61235)
@@ -1,4 +1,4 @@
-.TH l3build 1 "2021-11-29"
+.TH l3build 1 "2021-12-06"
 .SH NAME
 l3build \- Checking and building packages
 .SH SYNOPSIS

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

Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-help.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-help.lua	2021-12-06 21:24:07 UTC (rev 61234)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-help.lua	2021-12-06 21:24:33 UTC (rev 61235)
@@ -27,12 +27,14 @@
 local rep    = string.rep
 local sort   = table.sort
 
+local copyright = "Copyright (C) 2014-2021 The LaTeX Project\n"
+
 function version()
   print(
     "\n" ..
     "l3build: A testing and building system for LaTeX\n\n" ..
     "Release " .. release_date .. "\n" ..
-    "Copyright (C) 2014-2021 The LaTeX Project"
+    copyright
   )
 end
 
@@ -87,5 +89,5 @@
   print("")
   print("Repository  : https://github.com/latex3/l3build")
   print("Bug tracker : https://github.com/latex3/l3build/issues")
-  print("Copyright (C) 2014-2020 The LaTeX Project")
+  print(copyright)
 end

Modified: trunk/Master/texmf-dist/scripts/l3build/l3build-typesetting.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build-typesetting.lua	2021-12-06 21:24:07 UTC (rev 61234)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build-typesetting.lua	2021-12-06 21:24:33 UTC (rev 61235)
@@ -210,6 +210,7 @@
   for _,typesetfiles in ipairs({typesetdemofiles,typesetfiles}) do
     for _,glob in pairs(typesetfiles) do
       local destpath,globstub = splitpath(glob)
+      destpath = docfiledir .. gsub(gsub(destpath,"^./",""),"^.","")
       for _,p in ipairs(tree(typesetdir,globstub)) do
         local path,srcname = splitpath(p.cwd)
         local name = jobname(srcname)

Modified: trunk/Master/texmf-dist/scripts/l3build/l3build.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/l3build/l3build.lua	2021-12-06 21:24:07 UTC (rev 61234)
+++ trunk/Master/texmf-dist/scripts/l3build/l3build.lua	2021-12-06 21:24:33 UTC (rev 61235)
@@ -25,7 +25,7 @@
 --]]
 
 -- Version information
-release_date = "2021-11-29"
+release_date = "2021-12-06"
 
 -- File operations are aided by the LuaFileSystem module
 local lfs = require("lfs")

Modified: trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx	2021-12-06 21:24:07 UTC (rev 61234)
+++ trunk/Master/texmf-dist/source/latex/l3build/l3build.dtx	2021-12-06 21:24:33 UTC (rev 61235)
@@ -236,7 +236,7 @@
 %    }^^A
 % }
 %
-% \date{Released 2021-11-29}
+% \date{Released 2021-12-06}
 %
 % \maketitle
 % \tableofcontents



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