Move a tag
[latex2e.git] / latex2e-20160201 / required / graphics / build.lua
blobd845d06cef5d07829222a905ed94e6cf6b44af5f
1 #!/usr/bin/env texlua
3 -- Build script for LaTeX2e "graphics" files
5 -- Identify the bundle and module
6 bundle = ""
7 module = "graphics"
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
13 maindir = "../.."
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"))