]> Pileus Git - ~andy/aweather-web/blobdiff - mkfile
Update icons and misc formatting
[~andy/aweather-web] / mkfile
diff --git a/mkfile b/mkfile
index 4968365028bca3d26c305dc90a804b1d05b5496b..d03ee6d8282db74161448b9552f68a666c20a144 100644 (file)
--- a/mkfile
+++ b/mkfile
@@ -1,7 +1,7 @@
 CT=/scratch/ct/ct
 CFLAGS='--std=c99 -Wall'
 
-all:V: index.cgi manual.inc
+all:V: index.cgi manual.inc images/aweather.ico images/logo.png
 
 index.cgi: index.o html.o
        gcc $CFLAGS -o $target $prereq $PKG_LIBS
@@ -16,6 +16,12 @@ manual.inc: ../aweather/docs/userguide.ad
        asciidoc -s -a toc -a numbered -b xhtml11 -o- $prereq \
        | awk -f toc.awk > $target
 
+images/aweather.ico: ../aweather/data/icons/16x16/aweather.png
+       icotool -c $prereq -o $target
+
+images/logo.png: ../aweather/data/icons/scalable/aweather.svg
+       rsvg -w 130 -h 130 $prereq $target
+
 clean:V:
        rm -f *.o *.cgi html.c