]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: do not install sd-boot man pages when -Dgnu-efi=false is set
authorDavide Cavalca <dcavalca@fb.com>
Mon, 13 Dec 2021 17:27:20 +0000 (09:27 -0800)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 14 Dec 2021 00:08:55 +0000 (00:08 +0000)
man/bootctl.xml
man/loader.conf.xml
man/rules/meson.build
man/systemd-bless-boot-generator.xml
man/systemd-bless-boot.service.xml
man/systemd-boot-system-token.service.xml
man/systemd-boot.xml
man/systemd-stub.xml

index c50f458bbc7ca5c26c81b2e7f80e279bff72f5d2..91dbb3a6e864b630b7f6ed515f7decb2b3a58973 100644 (file)
@@ -3,7 +3,7 @@
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 
-<refentry id="bootctl" conditional='ENABLE_EFI'
+<refentry id="bootctl" conditional='HAVE_GNU_EFI'
     xmlns:xi="http://www.w3.org/2001/XInclude">
   <refentryinfo>
     <title>bootctl</title>
index 5343751ece154f86eb1459f3a1d3dc56abd21590..9fdd1e78d44015cfd5cdb7dd869ffc1fd18f8be5 100644 (file)
@@ -3,7 +3,7 @@
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 
-<refentry id="loader.conf" conditional='ENABLE_EFI'
+<refentry id="loader.conf" conditional='HAVE_GNU_EFI'
     xmlns:xi="http://www.w3.org/2001/XInclude">
   <refentryinfo>
     <title>loader.conf</title>
index 3efc1880ac88c6fa69b8a1088e75c66c6408f657..9513d7e05937732d00044dbb9725ad3f17c08d20 100644 (file)
@@ -5,7 +5,7 @@
 #     ninja -C build update-man-rules
 manpages = [
 ['binfmt.d', '5', [], 'ENABLE_BINFMT'],
- ['bootctl', '1', [], 'ENABLE_EFI'],
+ ['bootctl', '1', [], 'HAVE_GNU_EFI'],
  ['bootup', '7', [], ''],
  ['busctl', '1', [], ''],
  ['coredump.conf', '5', ['coredump.conf.d'], 'ENABLE_COREDUMP'],
@@ -32,7 +32,7 @@ manpages = [
  ['kernel-command-line', '7', [], ''],
  ['kernel-install', '8', [], ''],
  ['libudev', '3', [], ''],
- ['loader.conf', '5', [], 'ENABLE_EFI'],
+ ['loader.conf', '5', [], 'HAVE_GNU_EFI'],
  ['locale.conf', '5', [], ''],
  ['localectl', '1', [], 'ENABLE_LOCALED'],
  ['localtime', '5', [], ''],
@@ -827,14 +827,14 @@ manpages = [
  ['systemd-ask-password', '1', [], ''],
  ['systemd-backlight@.service', '8', ['systemd-backlight'], 'ENABLE_BACKLIGHT'],
  ['systemd-binfmt.service', '8', ['systemd-binfmt'], 'ENABLE_BINFMT'],
- ['systemd-bless-boot-generator', '8', [], 'ENABLE_EFI'],
- ['systemd-bless-boot.service', '8', ['systemd-bless-boot'], 'ENABLE_EFI'],
+ ['systemd-bless-boot-generator', '8', [], 'HAVE_GNU_EFI'],
+ ['systemd-bless-boot.service', '8', ['systemd-bless-boot'], 'HAVE_GNU_EFI'],
  ['systemd-boot-check-no-failures.service',
   '8',
   ['systemd-boot-check-no-failures'],
   ''],
- ['systemd-boot-system-token.service', '8', [], 'ENABLE_EFI'],
- ['systemd-boot', '7', ['sd-boot'], 'ENABLE_EFI'],
+ ['systemd-boot-system-token.service', '8', [], 'HAVE_GNU_EFI'],
+ ['systemd-boot', '7', ['sd-boot'], 'HAVE_GNU_EFI'],
  ['systemd-cat', '1', [], ''],
  ['systemd-cgls', '1', [], ''],
  ['systemd-cgtop', '1', [], ''],
@@ -968,7 +968,7 @@ manpages = [
  ['systemd-stub',
   '7',
   ['linuxaa64.efi.stub', 'linuxia32.efi.stub', 'linuxx64.efi.stub'],
-  'ENABLE_EFI'],
+  'HAVE_GNU_EFI'],
  ['systemd-suspend.service',
   '8',
   ['systemd-hibernate.service',
index e945ee8c73cf8e823654da52600aa93708aef22f..992e0e90cca0fa6753b2b3ed94a63e16d7f8bb0c 100644 (file)
@@ -3,7 +3,7 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
-<refentry id="systemd-bless-boot-generator" conditional='ENABLE_EFI'>
+<refentry id="systemd-bless-boot-generator" conditional='HAVE_GNU_EFI'>
 
   <refentryinfo>
     <title>systemd-bless-boot-generator</title>
index 53d7e4afdc1644b3ad9431c882d6dccbc5904eaf..53a58b3a1ccd8c4df5771e2e94fac5e2e5487703 100644 (file)
@@ -3,7 +3,7 @@
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 
-<refentry id="systemd-bless-boot.service" conditional='ENABLE_EFI'
+<refentry id="systemd-bless-boot.service" conditional='HAVE_GNU_EFI'
           xmlns:xi="http://www.w3.org/2001/XInclude">
 
   <refentryinfo>
index b94665bfca0dd0a50082f4aa4fb7acc3464f5fa7..f2e30a9b139518e243050dd97da6f000586a885f 100644 (file)
@@ -3,7 +3,7 @@
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 
-<refentry id="systemd-boot-system-token.service" conditional='ENABLE_EFI'
+<refentry id="systemd-boot-system-token.service" conditional='HAVE_GNU_EFI'
           xmlns:xi="http://www.w3.org/2001/XInclude">
 
   <refentryinfo>
index 3fad947b0d23fac7e4fd71c8c5163821e9e70781..ceea368ef2470264e2c7d05bf1e4e2f0edc12d7c 100644 (file)
@@ -3,7 +3,7 @@
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 
-<refentry id="systemd-boot" conditional='ENABLE_EFI'
+<refentry id="systemd-boot" conditional='HAVE_GNU_EFI'
     xmlns:xi="http://www.w3.org/2001/XInclude">
   <refentryinfo>
     <title>systemd-boot</title>
index b1983b4927e0f362fb73039d9727199c9c9b722e..6439878951bf7680283687c54768b47e86fa4fab 100644 (file)
@@ -3,7 +3,7 @@
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 <!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
 
-<refentry id="systemd-stub" conditional='ENABLE_EFI'
+<refentry id="systemd-stub" conditional='HAVE_GNU_EFI'
     xmlns:xi="http://www.w3.org/2001/XInclude">
   <refentryinfo>
     <title>systemd-stub</title>