summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
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