diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-01-31 18:06:05 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-01-31 18:06:09 +0900 |
commit | 2d37ea5ca901e1c23f840c1a625d0dca3bbcf652 (patch) | |
tree | a05b6b6e8190c6f1199331d889d6d6298585ab9d /man/repart.d.xml | |
parent | 80d48995f303fe69d385d0df8ca0185cb0703cda (diff) | |
download | systemd-2d37ea5ca901e1c23f840c1a625d0dca3bbcf652.tar.gz |
man: do not install man pages for systemd-repart if it is disabled
Closes #14716.
Diffstat (limited to 'man/repart.d.xml')
-rw-r--r-- | man/repart.d.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/repart.d.xml b/man/repart.d.xml index 2fe74193d3..4993608670 100644 --- a/man/repart.d.xml +++ b/man/repart.d.xml @@ -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> |