summaryrefslogtreecommitdiffstats
path: root/doc/gpgv.texi
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2016-04-05 15:15:28 +0200
committerWerner Koch <wk@gnupg.org>2016-04-05 15:15:28 +0200
commit4dc4fb1c14b3096bb1cdc5923c0d1eb419036805 (patch)
tree6f39984f42671d22915513750c2dd6bd126bce51 /doc/gpgv.texi
parentbuild: Build gpgcompose only in maintainer mode (diff)
downloadgnupg2-4dc4fb1c14b3096bb1cdc5923c0d1eb419036805.tar.xz
gnupg2-4dc4fb1c14b3096bb1cdc5923c0d1eb419036805.zip
doc: Install gpg and gpgv man pages under the correct name.
* doc/mkdefsinc.c (main): Add double include guard. Set variable gpgtwohack. Define macros gpgname and gpgvname. * doc/gpg.texi: Remove macro definition for gpgname. Use Texinfo var gpgtwohack to prepare the man pages. Use @gpgname everywhere. * doc/gpgv.texi: Likewise. * doc/Makefile.am (myman_pages): Remove gpg2.1 and gpgv2.1 but add them depending on USE_GPG2_HACK. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'doc/gpgv.texi')
-rw-r--r--doc/gpgv.texi24
1 files changed, 8 insertions, 16 deletions
diff --git a/doc/gpgv.texi b/doc/gpgv.texi
index fcaffbc39..214fb99fa 100644
--- a/doc/gpgv.texi
+++ b/doc/gpgv.texi
@@ -8,11 +8,8 @@
@include defs.inc
-@c Begin GnuPG 1.x specific stuff
-@ifset gpgone
-@macro gpgvname
-gpgv
-@end macro
+@c Begin standard stuff
+@ifclear gpgtwohack
@manpage gpgv.1
@node gpgv
@section Verify OpenPGP signatures
@@ -27,14 +24,11 @@ gpgv
.RI [ options ]
.I signed_files
@end ifset
-@end ifset
-@c End GnuPG 1.x specific stuff
+@end ifclear
+@c End standard stuff
-@c Begin GnuPG 2 specific stuff
-@ifclear gpgone
-@macro gpgvname
-gpgv2
-@end macro
+@c Begin gpg2 hack stuff
+@ifset gpgtwohack
@manpage gpgv2.1
@node gpgv
@section Verify OpenPGP signatures
@@ -49,10 +43,8 @@ gpgv2
.RI [ options ]
.I signed_files
@end ifset
-@end ifclear
-@c End GnuPG 2 specific stuff
-
-
+@end ifset
+@c End gpg2 hack stuff
@mansect description
@code{@gpgvname} is an OpenPGP signature verification tool.