]> git.sur5r.net Git - bacula/docs/commitdiff
Commit ba-ca logo
authorKern Sibbald <kern@sibbald.com>
Sun, 20 May 2007 12:51:41 +0000 (12:51 +0000)
committerKern Sibbald <kern@sibbald.com>
Sun, 20 May 2007 12:51:41 +0000 (12:51 +0000)
docs/images/Makefile
docs/images/ba-ca-logo.png [new file with mode: 0644]
docs/images/ba-ca-logo.tif [new file with mode: 0644]

index a7271dbcb80ded58a2edee99ee3a2030b6bbbd90..ad32e2ddc54dcc143948556b5e15e00bc9af536f 100644 (file)
@@ -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 (file)
index 0000000..71adec6
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 (file)
index 0000000..0a42f8e
Binary files /dev/null and b/docs/images/ba-ca-logo.tif differ