]> Cypherpunks.ru repositories - nncp.git/commitdiff
Fix building of NEWS
authorSergey Matveev <stargrave@stargrave.org>
Wed, 2 Mar 2022 14:49:11 +0000 (17:49 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 2 Mar 2022 14:54:02 +0000 (17:54 +0300)
doc/building.texi
makedist.sh

index 5926ee5e28acd04314bf2e1ef6e4492aafbfaeba..a0fdd5619e873d638dc87064bcb4c524e0579b61 100644 (file)
@@ -24,7 +24,7 @@ $ redo all
 After that you should get various @command{bin/nncp-*} binaries and
 @command{bin/hjson-cli} command (only for your convenience, not
 necessary installation). For example, documentation for
-@command{@ref{nncp-bundle}} command can be get with
+@command{nncp-bundle} command can be get with
 @command{info doc/nncp.info -n nncp-bundle}.
 
 @pindex redo
index 3d00aed205835b4d31da2276fd18afadcc9add6c..00c1bb0560e370f446b1277c96f62bd9945169c7 100755 (executable)
@@ -69,7 +69,7 @@ cat > $texi <<EOF
 @settitle NEWS
 @node News
 @unnumbered News
-`sed -n '5,$p' < doc/news.texi`
+`sed -n '6,$p' < doc/news.texi`
 @bye
 EOF
 mkinfo --output NEWS $texi