summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 37a72bc4..8a9f6cfa 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ RPM=$(HOME)/rpm
NAME = urpmi
TAR = $(NAME).tar.bz2
-.PHONY: install clean rpm test
+.PHONY: install clean rpm test changelog
install:
$(MAKE) -C po $@
@@ -55,3 +55,9 @@ po:
clean:
$(MAKE) -C po $@
rm -f *~ autoirpm.update-all
+
+changelog:
+ cvs2cl -W 400 -I Changelog --accum -U ../../soft/common/username
+ rm -f *.bak
+
+log: changelog \ No newline at end of file