diff options
author | Werner Koch <[email protected]> | 2024-07-05 10:09:23 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2024-07-05 10:09:23 +0000 |
commit | 7c4c35f5420e966891937d3fc6c49f4a5ee6d012 (patch) | |
tree | a7b5d0bd4b40c52cec0b9671e4f9102c3598c98e /doc/Makefile.am | |
parent | gpg: Print a warning if the (draft) Kyber algorithm is used. (diff) | |
download | gnupg-7c4c35f5420e966891937d3fc6c49f4a5ee6d012.tar.gz gnupg-7c4c35f5420e966891937d3fc6c49f4a5ee6d012.zip |
build: Prepare docs for GnuPG 2.6
--
Diffstat (limited to '')
-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 5be6009fa..fad425db7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -74,7 +74,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.4" + --release "GnuPG @PACKAGE_VERSION@" --source "GNU Privacy Guard 2.6" myman_sources = gnupg7.texi gpg.texi gpgsm.texi gpg-agent.texi \ dirmngr.texi scdaemon.texi tools.texi wks.texi \ |