summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2024-07-05 12:09:23 +0200
committerWerner Koch <wk@gnupg.org>2024-07-05 12:09:23 +0200
commit7c4c35f5420e966891937d3fc6c49f4a5ee6d012 (patch)
treea7b5d0bd4b40c52cec0b9671e4f9102c3598c98e
parentgpg: Print a warning if the (draft) Kyber algorithm is used. (diff)
downloadgnupg2-7c4c35f5420e966891937d3fc6c49f4a5ee6d012.tar.xz
gnupg2-7c4c35f5420e966891937d3fc6c49f4a5ee6d012.zip
build: Prepare docs for GnuPG 2.6
--
-rw-r--r--Makefile.am4
-rw-r--r--README11
-rw-r--r--doc/Makefile.am2
3 files changed, 10 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index b6b8a8e9e..c8d551a84 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -163,7 +163,7 @@ dist-hook: gen-ChangeLog
distcheck-hook:
set -e; ( \
- pref="#+macro: gnupg24_" ;\
+ pref="#+macro: gnupg26_" ;\
reldate="$$(date -u +%Y-%m-%d)" ;\
echo "$${pref}ver $(PACKAGE_VERSION)" ;\
echo "$${pref}date $${reldate}" ;\
@@ -312,7 +312,7 @@ sign-release:
gpg -sbu $$mysignkey $${wixlibfile} ;\
fi; \
cat $(RELEASE_NAME).swdb >swdb.snippet;\
- echo '#+macro: gnupg24_branch STABLE-BRANCH-2-4' >>swdb.snippet;\
+ echo '#+macro: gnupg26_branch master' >>swdb.snippet;\
cat $${release_w32_name}.exe.swdb >>swdb.snippet;\
echo >>swdb.snippet ;\
sha1sum $${files1} >>swdb.snippet ;\
diff --git a/README b/README
index fc30b1601..1bea40b7a 100644
--- a/README
+++ b/README
@@ -25,9 +25,12 @@
can be freely used, modified and distributed under the terms of the
GNU General Public License.
+ Note that versions 2.5.x are maintained development versions leading
+ to the forthcoming new stable version 2.6.x.
+
* BUILD INSTRUCTIONS
- GnuPG 2.4 depends on the following GnuPG related packages:
+ GnuPG 2.6 depends on the following GnuPG related packages:
npth (https://gnupg.org/ftp/gcrypt/npth/)
libgpg-error (https://gnupg.org/ftp/gcrypt/libgpg-error/)
@@ -93,10 +96,10 @@
libraries can be installed into an arbitrary location using for
example:
- make -f build-aux/speedo.mk install SYSROOT=/usr/local/gnupg24
- ldconfig -n /usr/local/gnupg24/lib
+ make -f build-aux/speedo.mk install SYSROOT=/usr/local/gnupg26
+ ldconfig -n /usr/local/gnupg26/lib
- and adding /usr/local/gnupg24/bin to PATH.
+ and adding /usr/local/gnupg26/bin to PATH.
** Specific build problems on some machines:
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 \