diff options
Diffstat (limited to 'make-man-index.py')
-rwxr-xr-x | make-man-index.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make-man-index.py b/make-man-index.py index 2dbc2da995..f829d98b6a 100755 --- a/make-man-index.py +++ b/make-man-index.py @@ -24,7 +24,7 @@ import sys MDASH = ' — ' if sys.version_info.major >= 3 else ' -- ' TEMPLATE = '''\ -<refentry id="systemd.index"> +<refentry id="systemd.index" conditional="HAVE_PYTHON"> <refentryinfo> <title>systemd.index</title> |