diff options
author | userwithuid <userwithuid@gmail.com> | 2017-04-28 12:22:17 +0000 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-28 08:22:17 -0400 |
commit | 232bd6779727b950553a879f86f1b74108eeb4b4 (patch) | |
tree | 281c153f723bebec5213a7caf9b337e8f5d764d8 /man/environment.d.xml | |
parent | f5e97db00bf95e12138cdb691e25b40826e83fa6 (diff) | |
download | systemd-232bd6779727b950553a879f86f1b74108eeb4b4.tar.gz |
build-sys: do not install manpages from disabled features (#5844)
A few of the manpages where missing the "conditional" attribute.
Diffstat (limited to 'man/environment.d.xml')
-rw-r--r-- | man/environment.d.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/environment.d.xml b/man/environment.d.xml index be7758a2f9..78b949160b 100644 --- a/man/environment.d.xml +++ b/man/environment.d.xml @@ -20,7 +20,8 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="environment.d" xmlns:xi="http://www.w3.org/2001/XInclude"> +<refentry id="environment.d" conditional='ENABLE_ENVIRONMENT_D' + xmlns:xi="http://www.w3.org/2001/XInclude"> <refentryinfo> <title>environment.d</title> |