Skip to content

Commit 43a7d88

Browse files
committed
Add new logo.
1 parent 95b4199 commit 43a7d88

File tree

6 files changed

+2725
-7
lines changed

6 files changed

+2725
-7
lines changed

doc/ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2007-03-08 Werner Koch <[email protected]>
2+
3+
* gnupg-logo.png, gnupg-logo.eps, gnupg-logo.pdf: New.
4+
* gnupg-badge-openpgp.eps, gnupg-badge-openpgp.eps
5+
* gnupg-badge-openpgp.jpg: Removed.
6+
* gnupg.texi: Use new logo.
7+
18
2007-03-07 Werner Koch <[email protected]>
29

310
* tools.texi (applygnupgdefaults): New.

doc/Makefile.am

+9-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ examples = examples/README examples/scd-event examples/trustlist.txt \
2323
examples/gpgconf.conf
2424

2525
EXTRA_DIST = DETAILS HACKING TRANSLATE OpenPGP KEYSERVER samplekeys.asc \
26-
gnupg-badge-openpgp.eps gnupg-badge-openpgp.jpg \
27-
gnupg-badge-openpgp.pdf \
26+
gnupg-logo.eps gnupg-logo.jpg gnupg-logo.pdf \
2827
gnupg-card-architecture.eps gnupg-card-architecture.png \
2928
gnupg-card-architecture.pdf \
3029
faq.raw FAQ faq.html gnupg7.texi \
@@ -71,6 +70,7 @@ DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \
7170
yat2m_SOURCES = yat2m.c
7271

7372

73+
7474
.fig.png:
7575
fig2dev -L png `test -f '$<' || echo '$(srcdir)/'`$< $@
7676

@@ -126,10 +126,17 @@ $(myman_pages) gnupg.7 : yat2m-stamp
126126
fi; \
127127
fi
128128

129+
# Make sure that gnupg.texi is touched if any other source file has
130+
# been modified. This is required so that the version.texi magic
131+
# updates the release date.
132+
gnupg.texi : $(gnupg_TEXINFOS)
133+
touch $(srcdir)/gnupg.texi
134+
129135

130136
online: gnupg.html gnupg.pdf
131137
set -e; \
132138
echo "Uploading current manuals to www.gnupg.org ..."; \
139+
cp gnupg-logo.png gnupg.html/; \
133140
user=werner ; \
134141
(cd gnupg.html && rsync -vr --exclude='.svn' . \
135142
$${user}@cvs.gnupg.org:webspace/manuals/gnupg/ ); \

0 commit comments

Comments
 (0)