]> Cypherpunks.ru repositories - nncp.git/blobdiff - makedist.sh
Plaintext INSTALL
[nncp.git] / makedist.sh
index cda09463cf89133686bc145cc817de1bdd880687..f6a8f0e0df0d1d7c43e823fc6fe89e35196f2561 100755 (executable)
@@ -60,6 +60,9 @@ rm -fr $tmp/golang.org $tmp/includes
 
 find src -name .travis.yml -delete
 rm -fr src/github.com/davecgh/go-xdr/xdr
+rm -fr src/github.com/gorhill/cronexpr/cronexpr src/github.com/gorhill/cronexpr/APLv2
+rm -fr ports
+rm makedist.sh
 
 cat > doc/download.texi <<EOF
 @node Tarballs
@@ -68,10 +71,12 @@ You can obtain releases source code prepared tarballs on
 @url{http://www.nncpgo.org/}.
 EOF
 make -C doc
-rm -r doc/.well-known doc/nncp.html/.well-known
+./news_and_install.sh
+rm -r doc/.well-known doc/nncp.html/.well-known news_and_install.sh
 
 find . -name .git -type d | xargs rm -fr
 find . -name .gitignore -delete
+rm .gitmodules
 
 cd ..
 tar cvf nncp-"$release".tar nncp-"$release"
@@ -94,7 +99,7 @@ cd $cur
 cat <<EOF
 Subject: NNCP $release release announcement
 
-I am pleased to announce nncp $release release availability!
+I am pleased to announce NNCP $release release availability!
 
 NNCP (Node to Node copy) is a collection of utilities simplifying
 secure store-and-forward files and mail exchanging.