Update following CTAN rearrangements
[latex2e.git] / trunk / required / cyrillic / build.lua
blob2791746527396548ff56505f69fa2ce3548b25c7
1 #!/usr/bin/env texlua
3 -- Build script for LaTeX2e "cyrillic" files
5 -- Identify the bundle and module
6 bundle = ""
7 module = "cyrillic"
9 -- CTAN's name for this is a bit different from ours
10 ctanpkg = "latex-cyrillic"
12 -- Location of main directory: use Unix-style path separators
13 maindir = "../.."
15 -- Minor modifications to file types
16 installfiles = {"*.def", "*.fd", "*.sty", "*.tex"}
17 sourcefiles = {"*.dtx", "*.fdd", "*.ins"}
18 typesetfiles = {"*.dtx", "*.fdd"}
20 -- Load the common settings for the LaTeX2e repo
21 dofile (maindir .. "/build-config.lua")
23 -- Find and run the build system
24 kpse.set_program_name ("kpsewhich")
25 dofile (kpse.lookup ("l3build.lua"))