summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-01-11 10:47:11 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-01-11 10:47:33 +0000
commitfc241abdbac7a016cd2fac169ad64876107df3c8 (patch)
treea85692413ea73fa89485331076dd21f9201b83a3
parenta2bf709b3c68cd95554412c041a455354033fa2b (diff)
downloadlibguestfs-fc241abdbac7a016cd2fac169ad64876107df3c8.tar.gz
libguestfs-fc241abdbac7a016cd2fac169ad64876107df3c8.tar.xz
libguestfs-fc241abdbac7a016cd2fac169ad64876107df3c8.zip
Add logo used on the website.
-rw-r--r--Makefile.am2
-rw-r--r--logo/fish.pngbin0 -> 7162 bytes
-rw-r--r--src/guestfs.pod4
3 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 49816fe7..d2c90fc6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,7 +96,7 @@ EXTRA_DIST = \
autogen.sh \
bugs-in-changelog.sh \
update-bugs.sh \
- logo/fish.svg
+ logo/fish.svg logo/fish.png
# Recipes web page.
html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcard recipes/*.example) Makefile make-recipes.sh
diff --git a/logo/fish.png b/logo/fish.png
new file mode 100644
index 00000000..4ecb797a
--- /dev/null
+++ b/logo/fish.png
Binary files differ
diff --git a/src/guestfs.pod b/src/guestfs.pod
index 3a8702a8..d9045a5b 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -2382,6 +2382,10 @@ Some "phony" guest images which we test against.
L<virt-inspector(1)>, the virtual machine image inspector.
+=item C<logo>
+
+Logo used on the website. The fish is called Arthur by the way.
+
=item C<m4>
M4 macros used by autoconf.