]> git.ipfire.org Git - thirdparty/systemd.git/commit
man: add checks for missing version information
authorAbderrahim Kitouni <abderrahim.kitouni@codethink.co.uk>
Tue, 26 Sep 2023 17:25:06 +0000 (18:25 +0100)
committerAbderrahim Kitouni <abderrahim.kitouni@codethink.co.uk>
Sun, 1 Oct 2023 10:54:29 +0000 (11:54 +0100)
commit3691e7fce70149ed19edc5d3003e2d7c936c147a
treed28739929409f7e4f7215e217319b6abaf34821a
parenta8b53f4f1558b17169809effd865232580e4c4af
man: add checks for missing version information

This adds a new script tools/check-version-history.py and a corresponding
test when building in developer mode. It checks manpages (except dbus
documentation which is handled by update-dbus-docs) for missing version
history information.

It also adds ignore lists based on version 183 (the version that our version
annotations go back to). These can be augmented if we want to ignore other
elements if it doesn't make sense for them to have version annotations.
man/meson.build
meson.build
tools/check-version-history.py [new file with mode: 0644]
tools/command_ignorelist [new file with mode: 0644]
tools/function_ignorelist [new file with mode: 0644]