Enable building TDS zip files
[latex2e.git] / build-config.lua
blob73d60fcc073e4e2b08312e5412ac5b2004baf9b1
1 -- Common settings for LaTeX2e development repo
3 -- The LaTeX2e kernel is needed by everything except 'base'
4 -- There is an over-ride for that case
5 checkdeps = checkdeps or {maindir .. "/base"}
6 unpackdeps = unpackdeps or {maindir .. "/base"}
8 -- Set up the check system to work in 'stand-alone' mode
9 -- This relies on a format being built by the 'base' dependency
10 checkformat = "latex"
11 checkopts = ""
12 checkengines = {"etex"}
13 checkruns = 2
14 checksuppfiles =
15 {"ascii.tcx", "color.cfg", "graphics.cfg", "test209.tex", "test2e.tex"}
16 stdengine = "etex"
17 typesetsuppfiles = {"ltxdoc.cfg", "ltxguide.cfg"}
19 -- Upload all .txt files
20 textfiles = {"*.txt"}
22 -- Build TDS-style zips
23 packtdszip = true
25 -- Global searching is disabled when unpacking and checking
26 checksearch = false
27 unpacksearch = false