mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
man: properly conditionalize kernel-install man page
Changef887eab1daconditionalized the building of ther kenel-install man page in the generated meson output, instead of the source in the XML markup. Thus, whenever the rules file is updated the conditionalization is lost. Correct that. Follow-up for:f887eab1da
This commit is contained in:
committed by
Yu Watanabe
parent
6d7afa3b58
commit
9858e6d2e7
@@ -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="kernel-install"
|
||||
<refentry id="kernel-install" conditional='ENABLE_KERNEL_INSTALL'
|
||||
xmlns:xi="http://www.w3.org/2001/XInclude">
|
||||
|
||||
<refentryinfo>
|
||||
|
||||
Reference in New Issue
Block a user