projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d307c2
)
New make target: `make release'
author
Ivo Timmermans
<ivo@lychnis.net>
Sat, 26 May 2001 09:34:11 +0000
(09:34 +0000)
committer
Ivo Timmermans
<ivo@lychnis.net>
Sat, 26 May 2001 09:34:11 +0000
(09:34 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
bda83a2
..
bc25c2c
100644
(file)
--- 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