mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-21 10:09:57 +01:00
build: Prepare docs for GnuPG 2.6
--
This commit is contained in:
parent
6a40cfa6c0
commit
7c4c35f542
@ -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 ;\
|
||||
|
11
README
11
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:
|
||||
|
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user