[latex3-commits] [git/l3build] master: Better name for the plain config (550ef3f)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Jan 21 21:09:59 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/550ef3fd4dea00cde87a43c4b48f4655ce8e0140

>---------------------------------------------------------------

commit 550ef3fd4dea00cde87a43c4b48f4655ce8e0140
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Jan 21 20:09:59 2018 +0000

    Better name for the plain config


>---------------------------------------------------------------

550ef3fd4dea00cde87a43c4b48f4655ce8e0140
 build.lua        |    2 +-
 config-plain.lua |    2 ++
 plain.lua        |    2 --
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/build.lua b/build.lua
index 08653cb..0a6bc7c 100644
--- a/build.lua
+++ b/build.lua
@@ -7,7 +7,7 @@ module = "l3build"
 bundle = ""
 
 -- Non-standard settings
-checkconfigs = {"build", "plain"}
+checkconfigs = {"build", "config-plain"}
 checkdeps    = { }
 checkengines = {"pdftex", "xetex", "luatex", "ptex", "uptex"}
 cleanfiles   = {"*.pdf", "*.tex", "*.zip"}
diff --git a/config-plain.lua b/config-plain.lua
new file mode 100644
index 0000000..b59b2c1
--- /dev/null
+++ b/config-plain.lua
@@ -0,0 +1,2 @@
+checkformat = "tex"
+testfiledir = "testfiles-plain"
\ No newline at end of file
diff --git a/plain.lua b/plain.lua
deleted file mode 100644
index b59b2c1..0000000
--- a/plain.lua
+++ /dev/null
@@ -1,2 +0,0 @@
-checkformat = "tex"
-testfiledir = "testfiles-plain"
\ No newline at end of file





More information about the latex3-commits mailing list