From 338c3a6f5454766ddbea3b5a436487b5eeb2a58e Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 22 Sep 2008 20:07:31 +0000 Subject: add log rules --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 181120b..6ca6e5e 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,9 @@ install: (cd bin; install -m755 $(SBIN_TOOLS) $(DESTDIR)$(sbindir) ) install -m644 $(wildcard data/icons/*.png) $(DESTDIR)$(iconsdir) make -C po install + +changelog: + svn2cl --authors ../common/username.xml --accum + rm -f ChangeLog.bak + +log: changelog -- cgit v1.2.1