mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
doc: Update for modern makeinfo.
* doc/texi.css: Remove. * doc/Makefile.am (AM_MAKEINFOFLAGS): Use --css-ref.
This commit is contained in:
parent
f171fd226e
commit
f149e05427
@ -34,7 +34,7 @@ EXTRA_DIST = samplekeys.asc mksamplekeys \
|
|||||||
gnupg-card-architecture.pdf \
|
gnupg-card-architecture.pdf \
|
||||||
FAQ gnupg7.texi \
|
FAQ gnupg7.texi \
|
||||||
opt-homedir.texi see-also-note.texi specify-user-id.texi \
|
opt-homedir.texi see-also-note.texi specify-user-id.texi \
|
||||||
gpgv.texi texi.css yat2m.c ChangeLog-2011
|
gpgv.texi yat2m.c ChangeLog-2011
|
||||||
|
|
||||||
BUILT_SOURCES = gnupg-card-architecture.eps gnupg-card-architecture.png \
|
BUILT_SOURCES = gnupg-card-architecture.eps gnupg-card-architecture.png \
|
||||||
gnupg-card-architecture.pdf
|
gnupg-card-architecture.pdf
|
||||||
@ -57,7 +57,7 @@ gnupg_TEXINFOS = \
|
|||||||
|
|
||||||
DVIPS = TEXINPUTS="$(srcdir)$(PATH_SEPARATOR)$$TEXINPUTS" dvips
|
DVIPS = TEXINPUTS="$(srcdir)$(PATH_SEPARATOR)$$TEXINPUTS" dvips
|
||||||
|
|
||||||
AM_MAKEINFOFLAGS = -I $(srcdir) --css-include=$(srcdir)/texi.css -D gpgtwoone
|
AM_MAKEINFOFLAGS = -I $(srcdir) --css-ref=/share/site.css -D gpgtwoone
|
||||||
|
|
||||||
YAT2M_OPTIONS = -I $(srcdir) -D gpgtwoone \
|
YAT2M_OPTIONS = -I $(srcdir) -D gpgtwoone \
|
||||||
--release "GnuPG @PACKAGE_VERSION@" --source "GNU Privacy Guard"
|
--release "GnuPG @PACKAGE_VERSION@" --source "GNU Privacy Guard"
|
||||||
@ -130,15 +130,15 @@ online: gnupg.html gnupg.pdf
|
|||||||
set -e; \
|
set -e; \
|
||||||
echo "Uploading current manuals to www.gnupg.org ..."; \
|
echo "Uploading current manuals to www.gnupg.org ..."; \
|
||||||
cp $(srcdir)/gnupg-logo-tr.png gnupg.html/; \
|
cp $(srcdir)/gnupg-logo-tr.png gnupg.html/; \
|
||||||
user=werner ; dashdevel="" ; \
|
user=werner ; webhost="ftp.gnupg.org" ; dashdevel="" ; \
|
||||||
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
|
if echo "@PACKAGE_VERSION@" | grep -- "-git" >/dev/null; then \
|
||||||
dashdevel="-devel" ; \
|
dashdevel="-devel" ; \
|
||||||
else \
|
else \
|
||||||
rsync -v gnupg.pdf $${user}@cvs.gnupg.org:webspace/manuals/ ; \
|
rsync -v gnupg.pdf $${user}@$${webhost}:webspace/manuals/ ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
cd gnupg.html ; \
|
cd gnupg.html ; \
|
||||||
rsync -vr --exclude='.svn' . \
|
rsync -vr --exclude='.git' . \
|
||||||
$${user}@cvs.gnupg.org:webspace/manuals/gnupg$${dashdevel}/
|
$${user}@$${webhost}:webspace/manuals/gnupg$${dashdevel}/
|
||||||
|
|
||||||
# Note that you need a recent version of emacs23 with org-mode 7.01h
|
# Note that you need a recent version of emacs23 with org-mode 7.01h
|
||||||
faq.txt faq.html: faq.org
|
faq.txt faq.html: faq.org
|
||||||
@ -155,8 +155,8 @@ faq.txt faq.html: faq.org
|
|||||||
|
|
||||||
faq-online: faq.txt faq.html
|
faq-online: faq.txt faq.html
|
||||||
set -e; \
|
set -e; \
|
||||||
user=werner ; \
|
user=werner ; webhost="ftp.gnupg.org" ; ftphost="ftp.gnupg.org" ; \
|
||||||
echo "Uploading current FAQ to {www,ftp}.gnupg.org ..."; \
|
echo "Uploading current FAQ to {www,ftp}.gnupg.org ..."; \
|
||||||
scp faq.html $${user}@ftp.gnupg.org:webspace/manuals/GnuPG-FAQ.html ; \
|
scp faq.html $${user}@$${webhost}:webspace/manuals/GnuPG-FAQ.html ; \
|
||||||
scp faq.txt $${user}@ftp.gnupg.org:gcrypt/gnupg/GnuPG-FAQ.txt ; \
|
scp faq.txt $${user}@$${ftphost}:gcrypt/gnupg/GnuPG-FAQ.txt ; \
|
||||||
echo "...ready"
|
echo "...ready"
|
||||||
|
15
doc/gpg.texi
15
doc/gpg.texi
@ -2330,12 +2330,17 @@ a message that PGP 2.x will not be able to handle. Note that `PGP
|
|||||||
2.x' here means `MIT PGP 2.6.2'. There are other versions of PGP 2.x
|
2.x' here means `MIT PGP 2.6.2'. There are other versions of PGP 2.x
|
||||||
available, but the MIT release is a good common baseline.
|
available, but the MIT release is a good common baseline.
|
||||||
|
|
||||||
This option implies @option{--rfc1991 --disable-mdc
|
This option implies
|
||||||
--no-force-v4-certs --escape-from-lines --force-v3-sigs
|
@ifset gpgone
|
||||||
@ifclear gpgone
|
@option{--rfc1991 --disable-mdc --no-force-v4-certs
|
||||||
--allow-weak-digest-algos
|
--escape-from-lines --force-v3-sigs
|
||||||
@end ifclear
|
|
||||||
--cipher-algo IDEA --digest-algo MD5 --compress-algo ZIP}.
|
--cipher-algo IDEA --digest-algo MD5 --compress-algo ZIP}.
|
||||||
|
@end ifset
|
||||||
|
@ifclear gpgone
|
||||||
|
@option{--rfc1991 --disable-mdc --no-force-v4-certs
|
||||||
|
--escape-from-lines --force-v3-sigs --allow-weak-digest-algos
|
||||||
|
--cipher-algo IDEA --digest-algo MD5 --compress-algo ZIP}.
|
||||||
|
@end ifclear
|
||||||
It also disables @option{--textmode} when encrypting.
|
It also disables @option{--textmode} when encrypting.
|
||||||
|
|
||||||
@item --pgp6
|
@item --pgp6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user