X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=tools%2Fmake-man-index.py;h=396188212a492161a78778fc9f3d4b9c843ded6d;hp=74a47b821a9538d4e8531fc123ac05edb934a170;hb=059696ac014da265ee2d1b062cd0dc7bee3d2001;hpb=3c3e5f4276a893791110b03984735654372aa33a diff --git a/tools/make-man-index.py b/tools/make-man-index.py index 74a47b821..396188212 100755 --- a/tools/make-man-index.py +++ b/tools/make-man-index.py @@ -1,22 +1,22 @@ # -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */ # -# This file is part of systemd. +# This file is part of elogind. # # Copyright 2012 Lennart Poettering # Copyright 2013 Zbigniew Jędrzejewski-Szmek # -# systemd is free software; you can redistribute it and/or modify it +# elogind is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2.1 of the License, or # (at your option) any later version. # -# systemd is distributed in the hope that it will be useful, but +# elogind is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License -# along with systemd; If not, see . +# along with elogind; If not, see . import collections import sys @@ -26,11 +26,11 @@ from xml_helper import * MDASH = ' — ' if sys.version_info.major >= 3 else ' -- ' TEMPLATE = '''\ - + - systemd.index - systemd + elogind.index + elogind @@ -43,13 +43,13 @@ TEMPLATE = '''\ - systemd.index + elogind.index 7 - systemd.index - List all manpages from the systemd project + elogind.index + List all manpages from the elogind project ''' @@ -58,7 +58,7 @@ SUMMARY = '''\ See Also - systemd.directives7 + elogind.directives7