images/genicons.sh
changeset 3897 fc3621302cfe
parent 3889 e9ad68178d36
equal deleted inserted replaced
3896:df7ce3e1f44d 3897:fc3621302cfe
     8         if [ $i.png -nt $fname ]; then
     8         if [ $i.png -nt $fname ]; then
     9  	    echo "Skip $i"
     9  	    echo "Skip $i"
    10         else
    10         else
    11 	    rm  -f $i.png
    11 	    rm  -f $i.png
    12 	    echo "$INKSCAPE" $fname -z -e $i.png -i $i
    12 	    echo "$INKSCAPE" $fname -z -e $i.png -i $i
    13 	    "$INKSCAPE" $fname -z -e $i.png -i $i
    13 	    "$INKSCAPE" $fname -o $i.png -i $i
    14         fi
    14         fi
    15     done
    15     done
    16 done
    16 done
    17 
    17 
    18 cp ico024.png brz.png
    18 cp ico024.png brz.png