Skip to content

Commit b3d0e6b

Browse files
committed
Deleted redundant part of build.lua
1 parent e245565 commit b3d0e6b

File tree

3 files changed

+2
-18
lines changed

3 files changed

+2
-18
lines changed
2.11 MB
Binary file not shown.
File renamed without changes.

build.lua

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
--[==========================================[--
2-
L3BUILD FILE FOR "[PHY5047]QMB"
2+
L3BUILD FILE FOR "PHY5047@QMB"
33
--]==========================================]--
44

5-
module = "QMB"
5+
module = "PHY5047@QMB"
66
version = "2025-11-16"
7-
ctanzip = module
8-
excludefiles = {"*~"}
97
suppdirs = {"chapter", "media"}
108
unpacksuppfiles = {"*.bib"}
119
textfiles = {"*.md", "LICENSE", "*.lua"}
@@ -24,17 +22,3 @@ function tex(file,dir,cmd)
2422
cmd = cmd or typesetexe .. " " .. typesetopts
2523
return run(dir, cmd .. file)
2624
end
27-
function copyctan()
28-
local pkgdir = ctandir .. "/" .. ctanpkg
29-
mkdir(pkgdir)
30-
for _,main in ipairs({typesetsuppfiles, pdffiles}) do
31-
for _,glob in pairs(main) do
32-
cp(glob, typesetdir, pkgdir)
33-
end
34-
end
35-
local pkgsuppdir = ctandir .. "/" .. ctanpkg .. "/" .. supportdir
36-
mkdir(pkgsuppdir)
37-
for _,supptab in pairs(typesetsuppfiles) do
38-
cp(supptab, supportdir, pkgsuppdir)
39-
end
40-
end

0 commit comments

Comments
 (0)