diff options
author | Werner Koch <wk@gnupg.org> | 2006-06-20 19:47:10 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-06-20 19:47:10 +0200 |
commit | 8d8ddd7abe1889de2690db378acc9641e02afc1c (patch) | |
tree | 3dff13d9d0dff1066ce5a2ea5c117e08eb63f7c3 /doc | |
parent | Updated FSF's address. (diff) | |
download | gnupg2-8d8ddd7abe1889de2690db378acc9641e02afc1c.tar.xz gnupg2-8d8ddd7abe1889de2690db378acc9641e02afc1c.zip |
Made make distcheck work again
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 7 | ||||
-rw-r--r-- | doc/debugging.texi | 2 | ||||
-rw-r--r-- | doc/gnupg-badge-openpgp.pdf | bin | 0 -> 30820 bytes | |||
-rw-r--r-- | doc/gnupg.texi | 4 | ||||
-rw-r--r-- | doc/gpg-agent.texi | 2 | ||||
-rw-r--r-- | doc/scdaemon.texi | 2 |
6 files changed, 9 insertions, 8 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index dae053ec2..6c56ae2d3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -20,9 +20,12 @@ ## Process this file with automake to produce Makefile.in EXTRA_DIST = gnupg-badge-openpgp.eps gnupg-badge-openpgp.jpg \ - gnupg-card-architecture.eps gnupg-card-architecture.png + gnupg-badge-openpgp.pdf \ + gnupg-card-architecture.eps gnupg-card-architecture.png \ + gnupg-card-architecture.pdf -BUILT_SOURCES = gnupg-card-architecture.eps gnupg-card-architecture.png +BUILT_SOURCES = gnupg-card-architecture.eps gnupg-card-architecture.png \ + gnupg-card-architecture.pdf info_TEXINFOS = gnupg.texi diff --git a/doc/debugging.texi b/doc/debugging.texi index 429dbd407..6c696abf2 100644 --- a/doc/debugging.texi +++ b/doc/debugging.texi @@ -144,7 +144,7 @@ making use of ssh. Here is a little picture showing how the components work together: -@image{gnupg-card-architecture, 14cm} +@image{gnupg-card-architecture, 10cm} @noindent Lets try to explain it: diff --git a/doc/gnupg-badge-openpgp.pdf b/doc/gnupg-badge-openpgp.pdf Binary files differnew file mode 100644 index 000000000..bd647016a --- /dev/null +++ b/doc/gnupg-badge-openpgp.pdf diff --git a/doc/gnupg.texi b/doc/gnupg.texi index efa54bd14..dd0b12fc6 100644 --- a/doc/gnupg.texi +++ b/doc/gnupg.texi @@ -85,11 +85,11 @@ section entitled ``Copying''. @subtitle Version @value{VERSION} @subtitle @value{UPDATED} -@sp 6 +@sp 3 @image{gnupg-badge-openpgp,8cm,,The GnuPG Logo} -@sp 6 +@sp 3 @author Werner Koch (@email{wk@@gnupg.org}) diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 066f8e937..39b79d306 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -1028,5 +1028,3 @@ Set the startup TTY and X-DISPLAY variables to the values of this session. This command is useful to direct future pinentry invocations to another screen. It is only required because there is no way in the ssh-agent protocol to convey this information. - - diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index 847001669..6ddb55679 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -1,4 +1,4 @@ -g@c Copyright (C) 2002 Free Software Foundation, Inc. +@c Copyright (C) 2002 Free Software Foundation, Inc. @c This is part of the GnuPG manual. @c For copying conditions, see the file gnupg.texi. |