diff options
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | logo/fish.png | bin | 0 -> 7162 bytes | |||
-rw-r--r-- | src/guestfs.pod | 4 |
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 Binary files differnew file mode 100644 index 00000000..4ecb797a --- /dev/null +++ b/logo/fish.png 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. |