-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.lua
More file actions
28 lines (25 loc) · 929 Bytes
/
Copy pathbuild.lua
File metadata and controls
28 lines (25 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module = "texchanges"
sourcefiles = {"texchanges.sty", "texchanges-doc.tex"}
installfiles = {"texchanges.sty"}
typesetfiles = {"texchanges-doc.tex"}
typesetexe = "pdflatex"
textfiles = {"README.md", "CHANGELOG.md", "LICENSE"}
checkengines = {"pdftex", "xetex", "luatex"}
stdengine = "pdftex"
checkruns = 2
checkformat = "latex"
-- Log-level regression tests: these assert the public API surface, the
-- compatibility aliases, and the localization string defaults, which the
-- PDF-text assertions in scripts/test.sh cannot see.
testfiledir = "testfiles"
uploadconfig = {
pkg = "texchanges",
version = "0.3.0",
author = "Phuc Nguyen",
license = "lppl1.3c",
summary = "LaTeX-native track changes for human and AI-assisted review",
ctanPath = "/macros/latex/contrib/texchanges",
repository = "https://github.com/phucnht/texchanges",
bugtracker = "https://github.com/phucnht/texchanges/issues",
update = true,
}