summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/l3build/l3build-variables.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-07-30 20:59:58 +0000
committerKarl Berry <karl@freefriends.org>2019-07-30 20:59:58 +0000
commit5e541c41c7d9b017d0dfebb337f79da3a69e5251 (patch)
treebd69c8939d2ad830c60f3e565c23acf9d9696c37 /Master/texmf-dist/scripts/l3build/l3build-variables.lua
parent4f9282799e6b77aab5da00b68ede2cc9a7ae33e1 (diff)
l3build (30jul19)
git-svn-id: svn://tug.org/texlive/trunk@51777 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-variables.lua')
-rw-r--r--Master/texmf-dist/scripts/l3build/l3build-variables.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-variables.lua b/Master/texmf-dist/scripts/l3build/l3build-variables.lua
index 1288a6b7ca7..0b3c9a2e431 100644
--- a/Master/texmf-dist/scripts/l3build/l3build-variables.lua
+++ b/Master/texmf-dist/scripts/l3build/l3build-variables.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-variables.lua Copyright (C) 2018 The LaTeX3 Project
+File l3build-variables.lua Copyright (C) 2018,2019 The LaTeX3 Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -197,6 +197,9 @@ tpfext = tpfext or ".tpf"
-- Manifest options
manifestfile = manifestfile or "MANIFEST.md"
+-- Non-standard installation locations
+tdslocations = tdslocations or { }
+
-- Upload settings
curlexe = curlexe or "curl"
uploadconfig = uploadconfig or {}