From: Kern Sibbald Date: Sun, 20 May 2007 12:51:41 +0000 (+0000) Subject: Commit ba-ca logo X-Git-Tag: Release-2.2.0~440 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7b1ce9d5c87c7f34fc84779da3fc30984e1fd7ad;p=bacula%2Fdocs Commit ba-ca logo --- diff --git a/docs/images/Makefile b/docs/images/Makefile index a7271dbc..ad32e2dd 100644 --- a/docs/images/Makefile +++ b/docs/images/Makefile @@ -102,7 +102,8 @@ GIFIMAGES = back \ smartall \ thanks - +TIFIMAGES = \ + ba-ca-logo first_rule: all @@ -137,6 +138,11 @@ convertgif: (for i in ${GIFIMAGES} ; do \ giftopnm $${i}.gif | pnmtopng >$${i}.png ; \ done) + +converttif: + (for i in ${TIFIMAGES} ; do \ + convert -geometry 250x $${i}.tif $${i}.png ; \ + done) clean: @rm -f 1 2 3 diff --git a/docs/images/ba-ca-logo.png b/docs/images/ba-ca-logo.png new file mode 100644 index 00000000..71adec62 Binary files /dev/null and b/docs/images/ba-ca-logo.png differ diff --git a/docs/images/ba-ca-logo.tif b/docs/images/ba-ca-logo.tif new file mode 100644 index 00000000..0a42f8ee Binary files /dev/null and b/docs/images/ba-ca-logo.tif differ