summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorFranck Bui <fbui@suse.com>2024-01-31 08:33:22 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2024-01-31 11:32:46 +0100
commit887b2529eb4361838be3260e9b3b0f6c04246699 (patch)
treee48b2a6d7853e072861a344a8bed19f695f4a684 /man
parentMerge pull request #30847 from keszybz/some-docs-updates (diff)
downloadsystemd-887b2529eb4361838be3260e9b3b0f6c04246699.tar.xz
systemd-887b2529eb4361838be3260e9b3b0f6c04246699.zip
man: always install bootctl
Since dedb925eafee8214ae565b861dfacfc02085f158 /usr/bin/bootctl is always built so does its man page.
Diffstat (limited to 'man')
-rw-r--r--man/bootctl.xml2
-rw-r--r--man/rules/meson.build2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml
index bbcef151b7..d5ded286cc 100644
--- a/man/bootctl.xml
+++ b/man/bootctl.xml
@@ -3,7 +3,7 @@
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
-<refentry id="bootctl" conditional='ENABLE_BOOTLOADER'
+<refentry id="bootctl"
xmlns:xi="http://www.w3.org/2001/XInclude">
<refentryinfo>
<title>bootctl</title>
diff --git a/man/rules/meson.build b/man/rules/meson.build
index b0b56af1f0..15de3fa576 100644
--- a/man/rules/meson.build
+++ b/man/rules/meson.build
@@ -5,7 +5,7 @@
# ninja -C build update-man-rules
manpages = [
['binfmt.d', '5', [], 'ENABLE_BINFMT'],
- ['bootctl', '1', [], 'ENABLE_BOOTLOADER'],
+ ['bootctl', '1', [], ''],
['bootup', '7', [], ''],
['busctl', '1', [], ''],
['coredump.conf', '5', ['coredump.conf.d'], 'ENABLE_COREDUMP'],