From: Zbigniew Jędrzejewski-Szmek Date: Thu, 18 Jul 2019 20:27:45 +0000 (+0200) Subject: meson: update hint in man/rules/ X-Git-Tag: v243-rc1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34d2f9204cf80cc003ef16b619457e79d0ba1c01;p=thirdparty%2Fsystemd.git meson: update hint in man/rules/ --- diff --git a/man/rules/meson.build b/man/rules/meson.build index 6d47f09f48f..e459697221e 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -1,4 +1,6 @@ # Do not edit. Generated by make-man-rules.py. +# Update with: +# ninja -C build man/update-man-rules manpages = [ ['binfmt.d', '5', [], 'ENABLE_BINFMT'], ['bootctl', '1', [], 'ENABLE_EFI'], diff --git a/tools/make-man-rules.py b/tools/make-man-rules.py index c4551c6f61d..d86afcbc15a 100755 --- a/tools/make-man-rules.py +++ b/tools/make-man-rules.py @@ -51,6 +51,8 @@ def mjoin(files): MESON_HEADER = '''\ # Do not edit. Generated by make-man-rules.py. +# Update with: +# ninja -C build man/update-man-rules manpages = [''' MESON_FOOTER = '''\