chiark / gitweb /
Also drop <authorgroup> from autogenerated pages
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 14 Jun 2018 10:28:53 +0000 (12:28 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
tools/make-directive-index.py
tools/make-man-index.py

index 360ad93860cbc31cfac1d62bb98e3c77f69bb2a0..ef407324d6602fcff4e5274979f3b71e347c9867 100755 (executable)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python3
 #  -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
 # SPDX-License-Identifier: LGPL-2.1+
+#
+#  Copyright © 2012-2013 Zbigniew Jędrzejewski-Szmek
 
 import sys
 import collections
@@ -14,15 +16,6 @@ TEMPLATE = '''\
         <refentryinfo>
                 <title>elogind.directives</title>
                 <productname>elogind</productname>
-
-                <authorgroup>
-                        <author>
-                                <contrib>Developer</contrib>
-                                <firstname>Zbigniew</firstname>
-                                <surname>Jędrzejewski-Szmek</surname>
-                                <email>zbyszek@in.waw.pl</email>
-                        </author>
-                </authorgroup>
         </refentryinfo>
 
         <refmeta>
index f0bb52475566f68bb485db04af7d906e8394ff2e..70c02a8d7acb45f36ff93cd19cbc3bd8c44a5d91 100755 (executable)
@@ -1,6 +1,8 @@
 #!/usr/bin/env python3
 #  -*- Mode: python; coding: utf-8; indent-tabs-mode: nil -*- */
 # SPDX-License-Identifier: LGPL-2.1+
+#
+#  Copyright © 2013 Zbigniew Jędrzejewski-Szmek
 
 import collections
 import sys
@@ -15,14 +17,6 @@ TEMPLATE = '''\
   <refentryinfo>
     <title>elogind.index</title>
     <productname>elogind</productname>
-
-    <authorgroup>
-      <author>
-        <contrib>Developer</contrib>
-        <firstname>Lennart</firstname>
-        <surname>Poettering</surname>
-        <email>lennart@poettering.net</email>
-      </author>
       <!-- 1 /// Must add elogind authors for the additions and changes -->
       <author>
         <contrib>Developer</contrib>
@@ -31,7 +25,6 @@ TEMPLATE = '''\
         <email>sven.eden@gmx.de</email>
       </author>
       <!-- // 1 -->
-    </authorgroup>
   </refentryinfo>
 
   <refmeta>