]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: do not install man pages for systemd-repart if it is disabled 14718/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 31 Jan 2020 09:06:05 +0000 (18:06 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 31 Jan 2020 09:06:09 +0000 (18:06 +0900)
Closes #14716.

man/repart.d.xml
man/rules/meson.build
man/systemd-repart.xml

index 2fe74193d30186a798c4f09b89e7694e26b0c693..49936086701bf063487f9a5f08b9c95c08b16401 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version='1.0'?>
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
-<refentry id="repart.d">
+<refentry id="repart.d" conditional='ENABLE_REPART'>
 
   <refentryinfo>
     <title>repart.d</title>
index 4f132f03a942c200cf6b8054cce8122a112c6e77..0e6c3d8270754a5eea29f51a6aa652218fab976a 100644 (file)
@@ -49,7 +49,7 @@ manpages = [
  ['pam_systemd_home', '8', [], 'HAVE_PAM'],
  ['portablectl', '1', [], 'ENABLE_PORTABLED'],
  ['pstore.conf', '5', ['pstore.conf.d'], 'ENABLE_PSTORE'],
- ['repart.d', '5', [], ''],
+ ['repart.d', '5', [], 'ENABLE_REPART'],
  ['resolvectl', '1', ['resolvconf'], 'ENABLE_RESOLVE'],
  ['resolved.conf', '5', ['resolved.conf.d'], 'ENABLE_RESOLVE'],
  ['runlevel', '8', [], ''],
@@ -773,7 +773,7 @@ manpages = [
   'ENABLE_RANDOMSEED'],
  ['systemd-rc-local-generator', '8', [], ''],
  ['systemd-remount-fs.service', '8', ['systemd-remount-fs'], ''],
- ['systemd-repart', '8', ['systemd-repart.service'], ''],
+ ['systemd-repart', '8', ['systemd-repart.service'], 'ENABLE_REPART'],
  ['systemd-resolved.service', '8', ['systemd-resolved'], 'ENABLE_RESOLVE'],
  ['systemd-rfkill.service',
   '8',
index cffcb5403adfdfe7ea9941259ab3ded69e23d8df..f55be4f32803c7e33a197c876c3a59239d5b2461 100644 (file)
@@ -3,7 +3,7 @@
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 <!-- SPDX-License-Identifier: LGPL-2.1+ -->
 
-<refentry id="systemd-repart"
+<refentry id="systemd-repart" conditional='ENABLE_REPART'
     xmlns:xi="http://www.w3.org/2001/XInclude">
 
   <refentryinfo>