Added signature to make dist. Added new Savannah upload procedure to README.admin.
This commit is contained in:
parent
ef661db8ec
commit
b1ace35426
3
Makefile
3
Makefile
|
@ -47,7 +47,7 @@ install : $(targets)
|
|||
.PHONY : dist
|
||||
dist : $(targets)
|
||||
mkdir sunterlib-$(version)
|
||||
cp pkg-def.scm COPYING DETAILS INSTALL NEWS README README.contrib install-pkg \
|
||||
cp pkg-def.scm COPYING DETAILS INSTALL NEWS README README.contrib \
|
||||
pkg-def.scm sunterlib-$(version)/
|
||||
cp -r s48 sunterlib-$(version)/s48
|
||||
cp -r scsh sunterlib-$(version)/scsh
|
||||
|
@ -55,6 +55,7 @@ dist : $(targets)
|
|||
find sunterlib-$(version)/ -name "*~" | xargs rm -f
|
||||
tar -czf sunterlib-$(version).tar.gz sunterlib-$(version)
|
||||
rm -rf sunterlib-$(version)
|
||||
gpg -b sunterlib-$(version).tar.gz
|
||||
|
||||
.PHONY : clean distclean
|
||||
clean :
|
||||
|
|
|
@ -9,6 +9,9 @@ How to make a release:
|
|||
5. Tag the release. For example to tag sunterlib-0.1.tar.gz
|
||||
cvs tag sunterlib-0-1 .
|
||||
6. Post the release:
|
||||
scp sunterlib-0.1.tar.gz subversions.gnu.org:/upload/sunterlib/release.pkg/0.1/
|
||||
$ ftp savannah.nongnu.org
|
||||
ftp> cd incoming/savannah/sunterlib
|
||||
ftp> put sunterlib-0.1.tar.gz
|
||||
ftp> put sunterlib-0.1.tar.gz.sig
|
||||
7. Increment the version number in Makefile.
|
||||
8. Start a new version entry in the top level NEWS file.
|
||||
|
|
Loading…
Reference in New Issue