Add an l3build script for graphics
[latex2e.git] / build-config.lua
blob6603c31576d97d2bc763cde1817cd140d60ae1e6
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"}
7 -- Set up the check system to work in 'stand-alone' mode
8 -- This relies on a format being built by the 'base' dependency
9 checkformat = ""
10 checkopts = "-interaction=nonstopmode -translate-file ./ascii.tcx -efmt=latex.fmt -output-format=dvi"
11 checkengines = {"etex"}
12 checksuppfiles = {"ascii.tcx", "color.cfg", "graphics.cfg", "test2e.tex"}
13 stdengine = "etex"
15 -- Global searching is disabled when unpacking and checking
16 checksearch = false
17 unpacksearch = false