]> Cypherpunks.ru repositories - pygost.git/blobdiff - maketxts.sh
Use curve's cofactor during VKO calculations
[pygost.git] / maketxts.sh
index b55ce816d73e4a6e1c5e62aef1deabdb95ba0202..1d53d8cc0c9b8bcb7d7f6e520aa3c62f2ae2b25f 100755 (executable)
@@ -15,7 +15,7 @@ makeinfo --plaintext -o NEWS $texi
 
 cat > download.texi <<EOF
 You can obtain releases source code prepared tarballs on
-@url{http://pygost.cypherpunks.ru/}.
+@url{http://www.pygost.cypherpunks.ru/}.
 EOF
 
 perl -i -p -e 's/hash=sha256:\w+/hash=sha256:TARBALL-HASH/' install.texi
@@ -29,6 +29,15 @@ cat > $texi <<EOF
 EOF
 makeinfo --plaintext -o INSTALL $texi
 
+cat > $texi <<EOF
+\input texinfo
+@documentencoding UTF-8
+@settitle FAQ
+@include faq.texi
+@bye
+EOF
+makeinfo --plaintext -o FAQ $texi
+
 rm -f $texi
 
 git checkout download.texi install.texi