summaryrefslogtreecommitdiffstats
path: root/tools/update-man-rules.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update-man-rules: properly filter out directives index againZbigniew Jędrzejewski-Szmek2020-06-131-7/+7
| | | | | | When directives-template.xml was created in 282230882cd0fc49b5377349f2aee22a1c9dd159, this generator started picking it up. Let's filter it out properly again, and also simply the filter while at it.
* meson: rename make-man-rules.py to update-man-rules.pyZbigniew Jędrzejewski-Szmek2020-05-071-0/+86
The name of the helper didn't match the name of the meson target, which was always confusing me. With this change, we consistenly use "update" to re-generate things which we otherwise keep in vc, and "make" for things which are generated during each build.