diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,9 +40,9 @@ dis: bzip2 -9vf ../$(NAME)-$(VERSION).tar rm -rf $(NAME)-$(VERSION) -changelog: +changelog: ../common/username #cvs2cl is available in our contrib. - cvs2cl -U .username -I ChangeLog -I $(NAME).spec + cvs2cl -U ../common/username -I ChangeLog -I $(NAME).spec rm -f ChangeLog.bak cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog |