New make target: `make release'
This commit is contained in:
parent
8d307c2fbf
commit
20c2b62b18
1 changed files with 7 additions and 1 deletions
|
@ -14,7 +14,6 @@ CVS_CREATED = configure aclocal.m4 config.h.in config.guess \
|
|||
po/tinc.pot src/.libs intl
|
||||
|
||||
ChangeLog:
|
||||
rm -f ChangeLog
|
||||
cvs2cl -U cvsusers --fsf
|
||||
|
||||
cvs-clean: maintainer-clean
|
||||
|
@ -30,3 +29,10 @@ rpm: dist
|
|||
cp redhat/tinc.spec /usr/src/redhat/SOURCES/
|
||||
cd /usr/src/redhat/SOURCES/
|
||||
rpm -bi tinc.spec
|
||||
|
||||
release:
|
||||
rm -f ChangeLog
|
||||
$(MAKE) ChangeLog
|
||||
echo "Please edit the NEWS file now..."
|
||||
/usr/bin/editor NEWS
|
||||
$(MAKE) dist
|
||||
|
|
Loading…
Reference in a new issue