New make target: `make release'

This commit is contained in:
Ivo Timmermans 2001-05-26 09:34:11 +00:00
parent 8d307c2fbf
commit 20c2b62b18

View file

@ -14,7 +14,6 @@ CVS_CREATED = configure aclocal.m4 config.h.in config.guess \
po/tinc.pot src/.libs intl po/tinc.pot src/.libs intl
ChangeLog: ChangeLog:
rm -f ChangeLog
cvs2cl -U cvsusers --fsf cvs2cl -U cvsusers --fsf
cvs-clean: maintainer-clean cvs-clean: maintainer-clean
@ -30,3 +29,10 @@ rpm: dist
cp redhat/tinc.spec /usr/src/redhat/SOURCES/ cp redhat/tinc.spec /usr/src/redhat/SOURCES/
cd /usr/src/redhat/SOURCES/ cd /usr/src/redhat/SOURCES/
rpm -bi tinc.spec rpm -bi tinc.spec
release:
rm -f ChangeLog
$(MAKE) ChangeLog
echo "Please edit the NEWS file now..."
/usr/bin/editor NEWS
$(MAKE) dist