diff options
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |