]> Cypherpunks.ru repositories - gogost.git/commitdiff
Fix FAQ file generation
authorSergey Matveev <stargrave@stargrave.org>
Tue, 7 Jan 2020 17:26:49 +0000 (20:26 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 7 Jan 2020 17:26:49 +0000 (20:26 +0300)
makedist.sh

index ecf32d90f5c6159b609e928538c82526701c3186..c0bda20d98175f36b5c79162e78cece367a08a1d 100755 (executable)
@@ -62,7 +62,7 @@ cat > $texi <<EOF
 @include faq.texi
 @bye
 EOF
 @include faq.texi
 @bye
 EOF
-makeinfo --plaintext -o NEWS $texi
+makeinfo --plaintext -o FAQ $texi
 
 find . -name .git -type d | xargs rm -fr
 rm -f *.texi www.mk style.css makedist.sh TODO
 
 find . -name .git -type d | xargs rm -fr
 rm -f *.texi www.mk style.css makedist.sh TODO