diff --git a/Makefile.am b/Makefile.am index 49816fe74..d2c90fc60 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 000000000..4ecb797ad Binary files /dev/null and b/logo/fish.png differ diff --git a/src/guestfs.pod b/src/guestfs.pod index 3a8702a85..d9045a5ba 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.