From 0219db894defc155c4b44dd996c1c1e2c337d4cc Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 29 Sep 2008 23:13:04 +0000 Subject: fix authors path --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2808716..8356aa8 100644 --- a/Makefile +++ b/Makefile @@ -125,8 +125,8 @@ prep: rm -f boot install *~ *.log rm -rf boot inst -changelog: ../../common/username.xml - svn2cl --accum --authors ../../common/username.xml +changelog: ../common/username.xml + svn2cl --accum --authors ../common/username.xml svn -m '' commit ChangeLog dist: localdist -- cgit v1.2.1