diff options
-rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -74,7 +74,12 @@ srpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM) rpm: srpm rpm -bb --clean --rmsource $(NAME).spec -.PHONY: ChangeLog +.PHONY: ChangeLog log changelog + +log: ChangeLog + +changelog: ChangeLog + ChangeLog: svn2cl --accum --authors ../../soft/common/username.xml rm -f *.bak |