summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-18 23:33:00 +0000
committerKarl Berry <karl@freefriends.org>2018-12-18 23:33:00 +0000
commit25f0a34ef212818e30ee07866877d0ea7985c691 (patch)
tree662b89b9ef15c4f96048f02fb21320600954cd3a /Build
parent39e028ec9200b17474c8bc3c38aee237705bc2d7 (diff)
l3build (18dec18)
git-svn-id: svn://tug.org/texlive/trunk@49450 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/texlive/linked_scripts/l3build/l3build.lua9
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texlive/tlmgr.pl8
2 files changed, 9 insertions, 8 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua b/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
index e40b8e6da74..3422f4d81a9 100644
--- a/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
+++ b/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua
@@ -1,4 +1,4 @@
-#!/usr/bin/env texlua
+#!/usr/bin/env texlua
--[[
@@ -65,6 +65,7 @@ build_require("unpack")
build_require("manifest")
build_require("manifest-setup")
build_require("tagging")
+build_require("upload")
build_require("stdmain")
-- This has to come after stdmain(),
@@ -96,7 +97,7 @@ end
build_require("variables")
-- Ensure that directories are 'space safe'
-maindir = escapepath(maindir)
+maindir = escapepath(maindir)
docfiledir = escapepath(docfiledir)
sourcefiledir = escapepath(sourcefiledir)
supportdir = escapepath(supportdir)
@@ -125,12 +126,12 @@ check_engines()
--
-- Deal with multiple configs for tests
--
-
+
-- When we have specific files to deal with, only use explicit configs
-- (or just the std one)
if options["names"] then
checkconfigs = options["config"] or {stdconfig}
-else
+else
checkconfigs = options["config"] or checkconfigs
end
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
index 837023405d2..e8b1de5810a 100755
--- a/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
+++ b/Build/source/texk/texlive/linked_scripts/texlive/tlmgr.pl
@@ -1,12 +1,12 @@
#!/usr/bin/env perl
-# $Id: tlmgr.pl 49226 2018-11-22 23:37:16Z karl $
+# $Id: tlmgr.pl 49408 2018-12-13 23:12:47Z karl $
#
# Copyright 2008-2018 Norbert Preining
# This file is licensed under the GNU General Public License version 2
# or any later version.
-my $svnrev = '$Revision: 49226 $';
-my $datrev = '$Date: 2018-11-23 00:37:16 +0100 (Fri, 23 Nov 2018) $';
+my $svnrev = '$Revision: 49408 $';
+my $datrev = '$Date: 2018-12-14 00:12:47 +0100 (Fri, 14 Dec 2018) $';
my $tlmgrrevision;
my $tlmgrversion;
my $prg;
@@ -9761,7 +9761,7 @@ This script and its documentation were written for the TeX Live
distribution (L<http://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: tlmgr.pl 49226 2018-11-22 23:37:16Z karl $
+$Id: tlmgr.pl 49408 2018-12-13 23:12:47Z karl $
=cut
# test HTML version: pod2html --cachedir=/tmp tlmgr.pl >/tmp/tlmgr.html