]> Cypherpunks.ru repositories - govpn.git/blobdiff - utils/makedist.sh
[DOC] Mention dependent libraries mirror
[govpn.git] / utils / makedist.sh
index 9e2e3656c38b88678b980701ed703a3be2732ef3..6ff776ca7131767dc9d6d4d5c793efe8ee54b19f 100755 (executable)
@@ -9,7 +9,12 @@ cd $tmp/govpn-$release
 git checkout $release
 rm -fr .git
 find . -name .gitignore -delete
-echo > doc/download.texi
+cat > doc/download.texi <<EOF
+@node Prepared tarballs
+@section Prepared tarballs
+You can obtain releases source code prepared tarballs on
+@url{http://www.cypherpunks.ru/govpn/}.
+EOF
 rm utils/makedist.sh
 make -C doc
 cd $tmp