-
Notifications
You must be signed in to change notification settings - Fork 13
/
BUILD.lua
22 lines (18 loc) · 863 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 = "tikzducks"
ctanpkg = "tikzducks"
ctanprefix = "/graphics/pgf/contrib/"
ctansummary = "A little fun package for using rubber ducks in 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"