summaryrefslogtreecommitdiffstats
path: root/man/rules/meson.build
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-01-31 10:06:05 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-01-31 10:06:09 +0100
commit2d37ea5ca901e1c23f840c1a625d0dca3bbcf652 (patch)
treea05b6b6e8190c6f1199331d889d6d6298585ab9d /man/rules/meson.build
parentMerge pull request #14712 from wlhlm/root-storage-daemons-docs-fix (diff)
downloadsystemd-2d37ea5ca901e1c23f840c1a625d0dca3bbcf652.tar.xz
systemd-2d37ea5ca901e1c23f840c1a625d0dca3bbcf652.zip
man: do not install man pages for systemd-repart if it is disabled
Closes #14716.
Diffstat (limited to 'man/rules/meson.build')
-rw-r--r--man/rules/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 4f132f03a9..0e6c3d8270 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -49,7 +49,7 @@ manpages = [
['pam_systemd_home', '8', [], 'HAVE_PAM'],
['portablectl', '1', [], 'ENABLE_PORTABLED'],
['pstore.conf', '5', ['pstore.conf.d'], 'ENABLE_PSTORE'],
- ['repart.d', '5', [], ''],
+ ['repart.d', '5', [], 'ENABLE_REPART'],
['resolvectl', '1', ['resolvconf'], 'ENABLE_RESOLVE'],
['resolved.conf', '5', ['resolved.conf.d'], 'ENABLE_RESOLVE'],
['runlevel', '8', [], ''],
@@ -773,7 +773,7 @@ manpages = [
'ENABLE_RANDOMSEED'],
['systemd-rc-local-generator', '8', [], ''],
['systemd-remount-fs.service', '8', ['systemd-remount-fs'], ''],
- ['systemd-repart', '8', ['systemd-repart.service'], ''],
+ ['systemd-repart', '8', ['systemd-repart.service'], 'ENABLE_REPART'],
['systemd-resolved.service', '8', ['systemd-resolved'], 'ENABLE_RESOLVE'],
['systemd-rfkill.service',
'8',