From a5f01074c84696bdf367853b441a77d605192354 Mon Sep 17 00:00:00 2001
From: "Eric S. Raymond" <esr@thyrsus.com>
Date: Sun, 9 May 1999 19:12:23 +0000
Subject: GIF -> PNG.

svn path=/trunk/; revision=2468
---
 indexgen.sh | 4 ++--
 upload      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/indexgen.sh b/indexgen.sh
index 09081ad2..be41a630 100755
--- a/indexgen.sh
+++ b/indexgen.sh
@@ -50,7 +50,7 @@ cat >index.html <<EOF
 <table border="10">
 <tr>
 <td>
-<center><img src="bighand.gif"></center>
+<center><img src="bighand.png"></center>
 </td>
 </tr>
 </table>
@@ -268,7 +268,7 @@ Rabson's Linux page</a>.<P>
 If you use fetchmail and like it, here's a nifty fetchmail button you
 can put on your web page:<P>
 
-<center><img src="fetchmail.gif"></center><P>
+<center><img src="fetchmail.png"></center><P>
 
 Thanks to <a href="http://www.gl.umbc.edu/~smatus1/">Steve
 Matuszek</a> for the graphic design.  The hand in the button (and the
diff --git a/upload b/upload
index cd2f8e56..c7306acf 100755
--- a/upload
+++ b/upload
@@ -19,8 +19,8 @@ put fetchmail-features.html
 put NEWS
 put design-notes.html
 #put funny.html
-#put fetchmail.gif
-#put bighand.gif
+#put fetchmail.png
+#put bighand.png
 put checksums
 put index.html
 close
-- 
cgit v1.2.3