l3build 'unpack' target is a dep for everything else when unpacking
[latex2e.git] / build-config.lua
blob942bfc8b1694aacb5219ccf0d4c966a403879cf2
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 = ""
11 checkopts = "-interaction=nonstopmode -translate-file ./ascii.tcx -efmt=latex.fmt -output-format=dvi"
12 checkengines = {"etex"}
13 checksuppfiles = {"ascii.tcx", "color.cfg", "graphics.cfg", "test2e.tex"}
14 stdengine = "etex"
16 -- Global searching is disabled when unpacking and checking
17 checksearch = false
18 unpacksearch = false