Skip to content

Commit 8d8ddd7

Browse files
committed
Made make distcheck work again
1 parent f985377 commit 8d8ddd7

File tree

7 files changed

+379
-368
lines changed

7 files changed

+379
-368
lines changed

doc/Makefile.am

+5-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@
2020
## Process this file with automake to produce Makefile.in
2121

2222
EXTRA_DIST = gnupg-badge-openpgp.eps gnupg-badge-openpgp.jpg \
23-
gnupg-card-architecture.eps gnupg-card-architecture.png
23+
gnupg-badge-openpgp.pdf \
24+
gnupg-card-architecture.eps gnupg-card-architecture.png \
25+
gnupg-card-architecture.pdf
2426

25-
BUILT_SOURCES = gnupg-card-architecture.eps gnupg-card-architecture.png
27+
BUILT_SOURCES = gnupg-card-architecture.eps gnupg-card-architecture.png \
28+
gnupg-card-architecture.pdf
2629

2730
info_TEXINFOS = gnupg.texi
2831

doc/debugging.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ making use of ssh.
144144

145145
Here is a little picture showing how the components work together:
146146

147-
@image{gnupg-card-architecture, 14cm}
147+
@image{gnupg-card-architecture, 10cm}
148148

149149
@noindent
150150
Lets try to explain it:

doc/gnupg-badge-openpgp.pdf

30.1 KB
Binary file not shown.

doc/gnupg.texi

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ section entitled ``Copying''.
8585
@subtitle Version @value{VERSION}
8686
@subtitle @value{UPDATED}
8787

88-
@sp 6
88+
@sp 3
8989

9090
@image{gnupg-badge-openpgp,8cm,,The GnuPG Logo}
9191

92-
@sp 6
92+
@sp 3
9393

9494
@author Werner Koch (@email{wk@@gnupg.org})
9595

doc/gpg-agent.texi

-2
Original file line numberDiff line numberDiff line change
@@ -1028,5 +1028,3 @@ Set the startup TTY and X-DISPLAY variables to the values of this
10281028
session. This command is useful to direct future pinentry invocations
10291029
to another screen. It is only required because there is no way in the
10301030
ssh-agent protocol to convey this information.
1031-
1032-

doc/scdaemon.texi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
g@c Copyright (C) 2002 Free Software Foundation, Inc.
1+
@c Copyright (C) 2002 Free Software Foundation, Inc.
22
@c This is part of the GnuPG manual.
33
@c For copying conditions, see the file gnupg.texi.
44

0 commit comments

Comments
 (0)