build: fix docfiledir and uploadconfig in build.lua
This commit is contained in:
parent
2c86723b90
commit
819ccd010b
10
build.lua
10
build.lua
|
@ -3,7 +3,9 @@
|
||||||
module = "moloch"
|
module = "moloch"
|
||||||
|
|
||||||
sourcefiledir = "src"
|
sourcefiledir = "src"
|
||||||
typesetfiles = { "doc/moloch.tex" }
|
docfiledir = "doc"
|
||||||
|
typesetfiles = { "*.tex" }
|
||||||
|
textfiles = { "*.md", "LICENSE" }
|
||||||
checkengines = { "pdftex" }
|
checkengines = { "pdftex" }
|
||||||
checksuppfiles = { "*.tex" }
|
checksuppfiles = { "*.tex" }
|
||||||
|
|
||||||
|
@ -13,7 +15,8 @@ uploadconfig = {
|
||||||
pkg = "moloch",
|
pkg = "moloch",
|
||||||
version = "0.1.0", -- x-release-please-version
|
version = "0.1.0", -- x-release-please-version
|
||||||
author = "Johan Larsson",
|
author = "Johan Larsson",
|
||||||
license = "CC BY-SA 4.0",
|
uploader = "Johan Larsson",
|
||||||
|
license = "cc-by-sa-4",
|
||||||
summary = "A clean and simple beamer theme",
|
summary = "A clean and simple beamer theme",
|
||||||
description = [[
|
description = [[
|
||||||
Moloch is a clean and simple beamer theme. It is a fork of the
|
Moloch is a clean and simple beamer theme. It is a fork of the
|
||||||
|
@ -23,7 +26,8 @@ uploadconfig = {
|
||||||
ctanPath = "/macros/latex/contrib/beamer-contrib/themes/moloch",
|
ctanPath = "/macros/latex/contrib/beamer-contrib/themes/moloch",
|
||||||
repository = "https://github.com/jolars/moloch",
|
repository = "https://github.com/jolars/moloch",
|
||||||
bugtracker = "https://github.com/jolars/moloch/issues",
|
bugtracker = "https://github.com/jolars/moloch/issues",
|
||||||
topic = "Presentation",
|
support = "https://github.com/jolars/moloch/discussions",
|
||||||
|
topic = "presentation",
|
||||||
update = false,
|
update = false,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue