pgf
pgf copied to clipboard
Some dirs and files are not packed by `l3build ctan`
Brief outline of the bug
In a glance,
-
pgf_3.1.9a.tds.zipcontains 148 directories, 918 files- At that time
.tds.zipis generated by lua functiongenerate_CTANzipinbuild.lua.
- At that time
-
pgf_3.1.10.tds.zipcontains only 92 directories, 642 files
Among the differences some are resulted from https://github.com/pgf-tikz/pgf/pull/1095 but apparently some important files are really not packed by l3build ctan. To list some,
-
sourcedir (well, already aware of, see https://tug.org/pipermail/pgf-tikz/2023q1/000083.html) -
doc/generic/pgf/licensesdir (It's a fault to drop them.) -
doc/generic/pgf/plotsdir - files in
doc/generic/pgf/imagesnot matched bydoc/generic/pgf/images/*.jpg, especiallypgfmanual-mindmap-1.pdfandpgfmanual-mindmap-2.pdf
Need to play (or struggle) with l3build variables further more.
Minimal working example (MWE)
not required
l3build manifest can be helpful.