summaryrefslogtreecommitdiffstats
path: root/TOOLS/docutils-wrapper.py
Commit message (Collapse)AuthorAgeFilesLines
* TOOLS/docutils-wrapper: handle commands without depfileThomas Weißschuh2023-03-241-2/+4
|
* TOOLS/docutils-wrapper: properly propagate failuresThomas Weißschuh2023-03-241-1/+4
|
* TOOLS/docutils-wrapper: gracefully remove non-existing filesThomas Weißschuh2023-03-241-2/+8
|
* TOOLS/docutils-wrapper: make executable + alphabetizeDudemanguy2023-01-131-0/+0
| | | | | | I should have caught this during review but the feature was too cool and I didn't really pay attention (sorry). For consistency with the rest of the scripts here.
* meson: dynamically compute dependencies for manpage and html buildThomas Weißschuh2023-01-081-0/+56
This allows us to rebuild the manpages and html documentation only when necessary. It is not necessary to manually keep the list of dependencies up to date. Unfortunately rst2pdf does not yet support this feature, see https://github.com/rst2pdf/rst2pdf/issues/1108