[latex3-commits] [l3svn] 02/02: Fix one long line

noreply at latex-project.org noreply at latex-project.org
Thu Oct 8 10:40:08 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

commit aedc408afbb5a1778045e31b5b120b7c7242b9da
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Oct 8 09:38:55 2015 +0100

    Fix one long line
---
 build-config.lua |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-config.lua b/build-config.lua
index 3c9afac..4e5a463 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -5,7 +5,8 @@ typesetdeps = typesetdeps or {maindir .. "/l3kernel"}
 unpackdeps  = unpackdeps  or {maindir .. "/l3kernel"}
 
 cmdchkfiles     = cmdchkfiles     or {"*.dtx"}
-checkengines    = checkengines    or {"pdftex", "xetex", "luatex", "ptex", "uptex"}
+checkengines    = checkengines
+  or {"pdftex", "xetex", "luatex", "ptex", "uptex"}
 checksuppfiles  = checksuppfiles  or {"minimal.cls", "regression-test.cfg"}
 unpacksuppfiles = unpacksuppfiles or {"docstrip.tex"}
 versionfiles    = versionfiles    or {"*.dtx", "README.md"}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list