From eed9bed28cbaef4528ceaf6c3382638ac942cba6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 22 Sep 2008 19:57:11 +0000 Subject: add log targets --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 833b6a3..ffb8810 100644 --- a/Makefile +++ b/Makefile @@ -51,3 +51,8 @@ dis: clean tar cfY ../$(NAME)-$(VERSION).tar.lzma $(NAME)-$(VERSION) rm -rf $(NAME)-$(VERSION) +changelog: + svn2cl --authors ../common/username.xml --accum + rm -f ChangeLog.bak + +log: changelog -- cgit v1.2.1