Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update-man-rules: properly filter out directives index again | Zbigniew Jędrzejewski-Szmek | 2020-06-13 | 1 | -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.py | Zbigniew Jędrzejewski-Szmek | 2020-05-07 | 1 | -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. |