3 -- Build script for LaTeX2e "babel" files
5 -- Identify the bundle and module
9 -- Location of main directory: use Unix-style path separators
12 -- Minor modifications to file types
13 installfiles
= {"*.def", "*.ldf", "*.sty", "*.tex"}
14 sourcefiles
= {"*.dtx", "*.ins"}
15 typesetfiles
= {"babel.dtx"}
17 -- babel tests lots of third-party code
23 -- Avoid zapping babel.pdf
24 cleanfiles
= {"*.log", "*.zip"}
26 -- Override formats to be used
27 asciiengines
= {"pdftex"}
29 checkengines
= {"pdftex"}
31 -- Load the common settings for the LaTeX2e repo
32 dofile (maindir
.. "/build-config.lua")
34 -- Find and run the build system
35 kpse
.set_program_name ("kpsewhich")
36 dofile (kpse
.lookup ("l3build.lua"))