diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,6 +59,10 @@ rpm: srpm rm -f ../$(NAME)-$(VERSION).tar.bz2 cvs commit +localrpm: srpm + rpm -bb --clean --rmsource $(NAME).spec + rm -f ../$(NAME)-$(VERSION).tar.bz2 + changelog: cvs2cl -U ../common/username -I ChangeLog --accum -W 400 rm -f ChangeLog.bak |