diff --git a/generate-authors.sh b/generate-authors.sh deleted file mode 100755 index e2d230ea..00000000 --- a/generate-authors.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -git log --pretty="format:%an %ae" | sort | uniq -c | sort -n -r | sed -e 's/^ *[0-9]* //g' diff --git a/generate-pngs.sh b/generate-pngs.sh index 6caa5c92..f974056e 100755 --- a/generate-pngs.sh +++ b/generate-pngs.sh @@ -1,5 +1,10 @@ #!/bin/sh +# This script can be used to generate PNGs from the SVGs stored in orig/. +# For each SVG in orig/, PNGs will be created in the drawable directories +# for each DPI with the same name as the SVG. If the PNGs already exist +# and are newer than the SVG, they will not be recreated. + gen() { name=`basename "$1" .svgz` png="res/drawable-$2/$name.png"