Make ChangeLog prettier.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Thu, 21 Sep 2006 19:44:15 +0000 (19:44 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Thu, 21 Sep 2006 19:44:15 +0000 (19:44 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2327 94cd875c-1c1d-0410-91d2-eb244daf1a30

m4/changelog.am
svnusers.map [new file with mode: 0644]

index ec6140a..4a723b7 100644 (file)
@@ -22,7 +22,7 @@ ChangeLog.sed:
 if HAVE_SVN2CL
 ChangeLog:                     Makefile
                                if test "$(srcdir)" = "." -a -d .svn; then      \
-                                       $(SVN2CL) -o $@;        \
+                                       $(SVN2CL) --authors="$(srcdir)/svnusers.map" -o $@;     \
                                fi
 endif
 
diff --git a/svnusers.map b/svnusers.map
new file mode 100644 (file)
index 0000000..1055d29
--- /dev/null
@@ -0,0 +1,3 @@
+ensc:Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
+dhozac:Daniel Hokka Zakrisson <daniel@hozac.com>
+hollow:Benedikt Böhm <hollow@gentoo.org>