From 20c2b62b1802390c0f5a1757641a0a1cea8103a8 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Sat, 26 May 2001 09:34:11 +0000 Subject: [PATCH] New make target: `make release' --- Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index bda83a25..bc25c2c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- 2.20.1