summaryrefslogtreecommitdiff
path: root/tools/make-man-index.py
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-06-13 16:44:58 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-06-13 17:31:59 +0200
commit4f0ef40deb1ac77f25d1c7912faf578fa8f599de (patch)
tree3b7356a1105741ace6ad6da3e20e26d3c9ed0096 /tools/make-man-index.py
parenta2095c06988499ee32e769de78663367495be33a (diff)
downloadsystemd-4f0ef40deb1ac77f25d1c7912faf578fa8f599de.tar.gz
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 72cdb3e783174dcf9223a49f03e3b0e2ca95ddb8.
Diffstat (limited to 'tools/make-man-index.py')
-rwxr-xr-xtools/make-man-index.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make-man-index.py b/tools/make-man-index.py
index 66027af02e..4d206ca0b6 100755
--- a/tools/make-man-index.py
+++ b/tools/make-man-index.py
@@ -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>