diff options
author | Werner Koch <[email protected]> | 2022-01-03 10:59:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2022-01-03 10:59:46 +0000 |
commit | 4d52ba9431272618ddaabff4d81ede6ad2d0935b (patch) | |
tree | 292eb9921c6c1726832d2cf9a5752b38e0b4b9e1 | |
parent | po: Fix German translation (diff) | |
download | gnupg-4d52ba9431272618ddaabff4d81ede6ad2d0935b.tar.gz gnupg-4d52ba9431272618ddaabff4d81ede6ad2d0935b.zip |
doc: Fix the title of the man pages to GnuPG 2.3
--
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 2483601fd..08a0400fb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -84,7 +84,7 @@ DVIPS = TEXINPUTS="$(srcdir)$(PATH_SEPARATOR)$$TEXINPUTS" dvips AM_MAKEINFOFLAGS = -I $(srcdir) --css-ref=/share/site.css YAT2M_OPTIONS = -I $(srcdir) \ - --release "GnuPG @PACKAGE_VERSION@" --source "GNU Privacy Guard 2.2" + --release "GnuPG @PACKAGE_VERSION@" --source "GNU Privacy Guard 2.3" myman_sources = gnupg7.texi gpg.texi gpgsm.texi gpg-agent.texi \ dirmngr.texi scdaemon.texi tools.texi wks.texi \ |