History log of /systemd/tools/make-man-rules.py
Revision Date Author Comments Expand
e4f42f9d1eb609a515ad1434512d5ad3d96c9b72 30-Jun-2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

build-sys: use wildcard glob in update-man-list again The idea is that after adding a new man page, make update-man-list will be used to regenerate part of the makefile. So the data already present in the makefile cannot be used to do that. Also, renames filter out generated xml files in make-man-rules.py itself in order to make Makefile.am a bit simpler, and rename files to dist_files to better reflect new meaning.

d7c9aa5e6463c68f78f634b87394c4eda9886a8f 20-Jun-2014 Filipe Brandenburger <filbranden@google.com>

build-sys: fix indentation in make-man-rules generated output This fixes the footer where 7 spaces were used on the first line of EXTRA_DIST, but a Tab was clearly intended.

d86dd07d462fb8502b1c7b4a9a4df4fba8318bdd 07-Mar-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

build-sys: update intructions for Makefile-man.am regeneration

c0652d453e2329fa465f71d4c68f5fe8618a7de2 21-Feb-2014 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>

man: ignore non-manpage files when generating makefile

3c3e5f4276a893791110b03984735654372aa33a 10-Feb-2014 Karel Zak <kzak@redhat.com>

build-sys: move python helpers to tools directory Note that make-man-rules.py is missing in EXTRA_DIST=, this patch fixes this mistake too.