]> Cypherpunks.ru repositories - nncp.git/commitdiff
Do not include Pedro in documentation
authorSergey Matveev <stargrave@stargrave.org>
Thu, 14 Nov 2019 13:20:41 +0000 (16:20 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Fri, 15 Nov 2019 15:48:02 +0000 (18:48 +0300)
makedist.sh

index 70b75159b1a11c7d660fef7107951d395b23acc4..8fa60dcf7313a82ba96ce9751afbcfda7a54a191 100755 (executable)
@@ -107,6 +107,7 @@ cat > doc/download.texi <<EOF
 You can obtain releases source code prepared tarballs on
 @url{http://www.nncpgo.org/}.
 EOF
+perl -i -ne 'print unless /include pedro/' doc/index.texi doc/about.ru.texi
 make -C doc
 
 ########################################################################