3 -- Build script for LaTeX2e "graphics" files
5 -- Identify the bundle and module
9 -- CTAN's name for this is a bit different from ours
10 ctanpkg
= "latex-graphics"
12 -- Location of main directory: use Unix-style path separators
15 -- Minor modifications to file types
16 installfiles
= {"*.def", "*.sty"}
17 typesetfiles
= {"*.dtx", "*.tex"}
19 -- Load the common settings for the LaTeX2e repo
20 dofile (maindir
.. "/build-config.lua")
22 -- Find and run the build system
23 kpse
.set_program_name ("kpsewhich")
24 dofile (kpse
.lookup ("l3build.lua"))