summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Cavalca <dcavalca@fb.com>2021-12-13 09:27:20 -0800
committerLuca Boccassi <luca.boccassi@gmail.com>2021-12-14 00:08:55 +0000
commitba38a24de3e15cb32450c397cf2eac951e75fb03 (patch)
tree3309e33397b38ba29ff45774d5aaff277aebbd67
parent17cfd6f96f43ec012b80b417878d87df85b07977 (diff)
downloadsystemd-ba38a24de3e15cb32450c397cf2eac951e75fb03.tar.gz
man: do not install sd-boot man pages when -Dgnu-efi=false is set
-rw-r--r--man/bootctl.xml2
-rw-r--r--man/loader.conf.xml2
-rw-r--r--man/rules/meson.build14
-rw-r--r--man/systemd-bless-boot-generator.xml2
-rw-r--r--man/systemd-bless-boot.service.xml2
-rw-r--r--man/systemd-boot-system-token.service.xml2
-rw-r--r--man/systemd-boot.xml2
-rw-r--r--man/systemd-stub.xml2
8 files changed, 14 insertions, 14 deletions
diff --git a/man/bootctl.xml b/man/bootctl.xml
index c50f458bbc..91dbb3a6e8 100644
--- a/man/bootctl.xml
+++ b/man/bootctl.xml
@@ -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>
diff --git a/man/loader.conf.xml b/man/loader.conf.xml
index 5343751ece..9fdd1e78d4 100644
--- a/man/loader.conf.xml
+++ b/man/loader.conf.xml
@@ -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>
diff --git a/man/rules/meson.build b/man/rules/meson.build
index 3efc1880ac..9513d7e059 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_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',
diff --git a/man/systemd-bless-boot-generator.xml b/man/systemd-bless-boot-generator.xml
index e945ee8c73..992e0e90cc 100644
--- a/man/systemd-bless-boot-generator.xml
+++ b/man/systemd-bless-boot-generator.xml
@@ -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>
diff --git a/man/systemd-bless-boot.service.xml b/man/systemd-bless-boot.service.xml
index 53d7e4afdc..53a58b3a1c 100644
--- a/man/systemd-bless-boot.service.xml
+++ b/man/systemd-bless-boot.service.xml
@@ -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>
diff --git a/man/systemd-boot-system-token.service.xml b/man/systemd-boot-system-token.service.xml
index b94665bfca..f2e30a9b13 100644
--- a/man/systemd-boot-system-token.service.xml
+++ b/man/systemd-boot-system-token.service.xml
@@ -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>
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml
index 3fad947b0d..ceea368ef2 100644
--- a/man/systemd-boot.xml
+++ b/man/systemd-boot.xml
@@ -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>
diff --git a/man/systemd-stub.xml b/man/systemd-stub.xml
index b1983b4927..6439878951 100644
--- a/man/systemd-stub.xml
+++ b/man/systemd-stub.xml
@@ -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>