3 -- Build script for LaTeX2e "cyrillic" files
5 -- Identify the bundle and module
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
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"))