1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Description: Fix the texi build
.
nncp (7.6.0-1) unstable; urgency=medium
.
* Initial release (Closes: #942689)
Author: John Goerzen <jgoerzen@complete.org>
Bug-Debian: https://bugs.debian.org/942689
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: John Goerzen
Reviewed-By: John Goerzen <jgoerzen@complete.org>
Last-Update: 2021-09-05
--- a/doc/index.texi
+++ b/doc/index.texi
@@ -1,6 +1,11 @@
\input texinfo
@settitle NNCP
+@dircategory Networking tools
+@direntry
+* NNCP: (nncp). Secure Node to Node Copy.
+@end direntry
+
@copying
This manual is for NNCP (Node to Node copy) -- collection of utilities
simplifying secure store-and-forward files and mail exchanging.
|