Subversion Repositories HelenOS-doc

Compare Revisions

Ignore whitespace Rev 102 → Rev 103

/design/trunk/src/images.vector/convert
11,4 → 11,10
echo "Converting $f.eps to $f.pdf";
egrep -v "^%%Orientation:" $f.eps | epstopdf --filter --outfile $f.pdf
fi
if [ ! -f "$f.png" ]; then
echo "Converting $f.svg to $f.png";
inkscape --without-gui --export-width=600 --export-png=$f.png $f.svg
fi
done