diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-16 15:16:24 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-16 15:16:24 +0000 |
commit | 815c484193385cd8d6dbd77c53d6a9a9a09fde78 (patch) | |
tree | bda9146fabde868955ca2b20a99cb214538dbeaa | |
parent | fa96eab12016e2f29a0a3522f1229039fbbf2c5e (diff) |
hmm
-rw-r--r-- | doc/logo.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/logo.mdwn b/doc/logo.mdwn index 55ce6e955..026e697b5 100644 --- a/doc/logo.mdwn +++ b/doc/logo.mdwn @@ -17,8 +17,8 @@ added). The [[favicon.ico]] can also be generated from this file, as follows: for s in 16 32 64; do - inkscape -z -w $s -i favicon -e favicon-$s.png ikiwiki.svgz - done + inkscape -z -w $s -i favicon -e favicon-$s.png ikiwiki.svgz; + done; icotool -c -o favicon.ico favicon-*.png && rm -f favicon-*.png Some other alternate icons are also included in the svg file and can |