Skip to content

Commit

Permalink
build(fix): pack all files in docfiledir into release zip
Browse files Browse the repository at this point in the history
Signed-off-by: Yukai Chou <[email protected]>
  • Loading branch information
muzimuzhi committed Jan 4, 2024
1 parent 4da661c commit c5d26b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ tdsdirs = {tex = "tex"}

-- For the manual
docfiledir = "./doc/generic/pgf"
docfiles =
{
"RELEASE_NOTES.md", "description.html", -- Part of the release script
"color.cfg", "pgfmanual.cfg", "images", "plots", "*.tex" -- Build the manual
}
-- although some are useless in `l3build doc`, all are needed by `l3build ctan`
docfiles = { "*" }
tdsroot = "generic"
typesetfiles = {"pgfmanual.tex"}
typesetexe = "lualatex"
Expand Down
1 change: 1 addition & 0 deletions doc/generic/pgf/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Output bounding box adjustment in pgfsys-dvisvgm.def #1275
- Fix shadings under LuaMetaTeX
- Resolve missing `gnuplot` plots in manual #1238
- Missing files in release zip, including licenses and more #1240

### Changed

Expand Down

0 comments on commit c5d26b1

Please sign in to comment.