mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
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:
parent
a2095c0698
commit
4f0ef40deb
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user