aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-22 19:57:11 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-22 19:57:11 +0000
commiteed9bed28cbaef4528ceaf6c3382638ac942cba6 (patch)
tree076ec7f12692fda24d09caf794f9e957a911a138 /Makefile
parent217ebfd25ce51f9acea3458e7be2c544e5c00c13 (diff)
downloadtransfugdrake-eed9bed28cbaef4528ceaf6c3382638ac942cba6.tar
transfugdrake-eed9bed28cbaef4528ceaf6c3382638ac942cba6.tar.gz
transfugdrake-eed9bed28cbaef4528ceaf6c3382638ac942cba6.tar.bz2
transfugdrake-eed9bed28cbaef4528ceaf6c3382638ac942cba6.tar.xz
transfugdrake-eed9bed28cbaef4528ceaf6c3382638ac942cba6.zip
add log targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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