[latex3-commits] [l3svn] branch master updated: l3build: Just include pdfTeX in 'ascii' list

noreply at latex-project.org noreply at latex-project.org
Thu Sep 10 19:16:59 CEST 2015


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

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  c8178a4   l3build: Just include pdfTeX in 'ascii' list
c8178a4 is described below

commit c8178a4aaf63936496f5296704aa9e9a9c595d3d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Sep 10 18:15:57 2015 +0100

    l3build: Just include pdfTeX in 'ascii' list
    
    As babel is now using pdfTeX not e-TeX for testing, may as
    well keep to a simple core set.
---
 l3build/l3build.dtx |   10 +++++-----
 l3build/l3build.lua |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/l3build/l3build.dtx b/l3build/l3build.dtx
index d1e2397..8347b39 100644
--- a/l3build/l3build.dtx
+++ b/l3build/l3build.dtx
@@ -150,11 +150,11 @@
 \luavarset{makeindexexe} {"makeindex"}{MakeIndex executable}
 \luavarset{makeindexopts}{""}         {MakeIndex options}
 \luavarseparator
-\luavarset{asciiengines}{\{"etex", "pdftex"\}}{Engines which should log as sure ASCII}
-\luavarset{checkruns}   {1}                   {How many times to run a check file before comparing the log.}
-\luavarset{packtdszip}  {false}               {Build a TDS-style zip file for CTAN?}
-\luavarset{scriptname}  {"build.lua"}         {Name of script used in dependencies.}
-\luavarset{typesetcmds} {""}                  {Instructions to be passed to \TeX{} when doing typesetting.}
+\luavarset{asciiengines}{\{"pdftex"\}}{Engines which should log as sure ASCII}
+\luavarset{checkruns}   {1}           {How many times to run a check file before comparing the log.}
+\luavarset{packtdszip}  {false}       {Build a TDS-style zip file for CTAN?}
+\luavarset{scriptname}  {"build.lua"} {Name of script used in dependencies.}
+\luavarset{typesetcmds} {""}          {Instructions to be passed to \TeX{} when doing typesetting.}
 }
 \allluavars
 \newcommand\luavartypeset{%
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 97d10fd..7f560e3 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -146,7 +146,7 @@ makeindexexe  = makeindexexe  or "makeindex"
 makeindexopts = makeindexopts or ""
 
 -- Other required settings
-asciiengines = asciiengines or {"etex", "pdftex"}
+asciiengines = asciiengines or {"pdftex"}
 checkruns    = checkruns    or 1
 packtdszip   = packtdszip   or false -- Not actually needed but clearer
 scriptname   = scriptname   or "build.lua" -- Script used in each directory

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


More information about the latex3-commits mailing list