man: drop obsolete HAVE_PYTHON conditional

It stopped making sense when automake support was dropped and python started
being required to perform a build.
Follow-up for 72cdb3e783.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-06-13 16:44:58 +02:00
parent a2095c0698
commit 4f0ef40deb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<!-- SPDX-License-Identifier: LGPL-2.1+ -->
<refentry id="systemd.directives" conditional="HAVE_PYTHON">
<refentry id="systemd.directives">
<refentryinfo>
<title>systemd.directives</title>
<productname>systemd</productname>

View File

@ -9,7 +9,7 @@ from xml_helper import xml_parse, xml_print, tree
MDASH = '' if sys.version_info.major >= 3 else ' -- '
TEMPLATE = '''\
<refentry id="systemd.index" conditional="HAVE_PYTHON">
<refentry id="systemd.index">
<refentryinfo>
<title>systemd.index</title>