man: always install bootctl
authorFranck Bui <fbui@suse.com>
Wed, 31 Jan 2024 07:33:22 +0000 (08:33 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 31 Jan 2024 10:32:46 +0000 (10:32 +0000)
Since dedb925eafee8214ae565b861dfacfc02085f158 /usr/bin/bootctl is always built
so does its man page.

man/bootctl.xml
man/rules/meson.build

index bbcef151b7bcc7c1042872c6afa3125da108a54b..d5ded286cc6482112fd037ff345de86187a92b22 100644 (file)
@@ -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>
index b0b56af1f04292f44b913371e676c0706355bdf4..15de3fa576f5e3c3a9338fd77136229762915f60 100644 (file)
@@ -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'],