diff options
author | NIIBE Yutaka <[email protected]> | 2018-03-23 06:16:16 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2018-03-23 06:16:16 +0000 |
commit | 5400a5bb77bddcb14c94d9405312d6181322b090 (patch) | |
tree | 5892e8f399b9f16e2b7756250412baa6ef93e676 | |
parent | gpg: Implement --dry-run for --passwd. (diff) | |
download | gnupg-5400a5bb77bddcb14c94d9405312d6181322b090.tar.gz gnupg-5400a5bb77bddcb14c94d9405312d6181322b090.zip |
build: Fix the manual source field.
Signed-off-by: NIIBE Yutaka <[email protected]>
-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 aba84ba3c..a857c8e6e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -85,7 +85,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.1" + --release "GnuPG @PACKAGE_VERSION@" --source "GNU Privacy Guard 2.2" myman_sources = gnupg7.texi gpg.texi gpgsm.texi gpg-agent.texi \ dirmngr.texi scdaemon.texi tools.texi wks.texi |