]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: drop obsolete HAVE_PYTHON conditional
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 13 Jun 2020 14:44:58 +0000 (16:44 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 13 Jun 2020 15:31:59 +0000 (17:31 +0200)
It stopped making sense when automake support was dropped and python started
being required to perform a build.
Follow-up for 72cdb3e783174dcf9223a49f03e3b0e2ca95ddb8.

man/directives-template.xml
tools/make-man-index.py

index 5038061467389b927158c26bdf28baf565356bdf..e0063e051d6d9114e737482b6d2db98a4432968f 100644 (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>
index 66027af02e526ad4e1a45fd4097fbbb8a7c7867d..4d206ca0b6bb741f9ce2e0d9d012d469e7a2682b 100755 (executable)
@@ -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>