mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user