-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathBUILD.lua
22 lines (18 loc) · 877 Bytes
/
BUILD.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/env texlua
-- Execute with ================================================================
-- l3build tag
-- l3build ctan
-- <check announcement.txt and format if necessary>
-- l3build upload
-- l3build clean
-- Settings ====================================================================
module = "tikzlings"
ctanpkg = "tikzlings"
ctanprefix = "/graphics/pgf/contrib/"
ctansummary = "A package to bring cute little animals and other beings into TikZ"
-- common settings =============================================================
-- https://github.com/samcarter/beamertheme-sam/blob/main/build-settings.lua
local common_settings, build_settings = pcall(require, "../beamertheme-sam/build-settings.lua")
-- collecting files for ctan ===================================================
textfiles= {"README_ctan.md","DEPENDS.txt"}
ctanreadme= "README_ctan.md"