From fc241abdbac7a016cd2fac169ad64876107df3c8 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 11 Jan 2011 10:47:11 +0000 Subject: Add logo used on the website. --- Makefile.am | 2 +- logo/fish.png | Bin 0 -> 7162 bytes src/guestfs.pod | 4 ++++ 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 logo/fish.png 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 Binary files /dev/null and b/logo/fish.png 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, the virtual machine image inspector. +=item C + +Logo used on the website. The fish is called Arthur by the way. + =item C M4 macros used by autoconf. -- cgit