aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/logo.mdwn4
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