diff options
author | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-20 19:07:52 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmouel@mandriva.org> | 2000-07-20 19:07:52 +0000 |
commit | 38158f9af06104ce1da5f6d5e362c28b28834f2a (patch) | |
tree | c3d4e1b840dc2f67f054be76b296569292453efa /Makefile | |
parent | 495cadc6ef6c09b355b4da7f6f1354e89f643133 (diff) | |
download | spec-helper-38158f9af06104ce1da5f6d5e362c28b28834f2a.tar spec-helper-38158f9af06104ce1da5f6d5e362c28b28834f2a.tar.gz spec-helper-38158f9af06104ce1da5f6d5e362c28b28834f2a.tar.bz2 spec-helper-38158f9af06104ce1da5f6d5e362c28b28834f2a.tar.xz spec-helper-38158f9af06104ce1da5f6d5e362c28b28834f2a.zip |
Add the changelog target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -37,6 +37,13 @@ dis: bzip2 -9vf ../$(NAME)-$(VERSION).tar rm -rf $(NAME)-$(VERSION) +changelog: + rcs2log | sed "s|@.*mandrakesoft\.com|@mandrakesoft.com|" | sed "s|@@|@|" | \ + sed "s|/home/cvs/cooker/soft/$(NAME)/||g" > changenew + mv ChangeLog ChangeLog.old + cat changenew ChangeLog.old > ChangeLog + rm -f changenew + rpm: ../$(NAME)-$(VERSION).tar.bz2 test -d $(RPM)/SOURCES && test -d $(RPM)/ cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES |