From: Zbigniew Jędrzejewski-Szmek Date: Sat, 13 Jun 2020 14:44:58 +0000 (+0200) Subject: man: drop obsolete HAVE_PYTHON conditional X-Git-Tag: v246-rc1~151^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f0ef40deb1ac77f25d1c7912faf578fa8f599de;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/directives-template.xml b/man/directives-template.xml index 50380614673..e0063e051d6 100644 --- a/man/directives-template.xml +++ b/man/directives-template.xml @@ -1,6 +1,6 @@ - + systemd.directives systemd diff --git a/tools/make-man-index.py b/tools/make-man-index.py index 66027af02e5..4d206ca0b6b 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 = '''\ - + systemd.index