Subversion Repositories pyscrabble

Compare Revisions

Ignore whitespace Rev 46 → Rev 47

/trunk/debian/rules
30,7 → 30,7
python setup.py build
 
for size in $(ICON_SIZES); do \
rsvg -h $$size -w $$size debian/pyscrabble.svg pyscrabble-$$size.png; \
rsvg-convert -h $$size -w $$size -o pyscrabble-$$size.png debian/pyscrabble.svg; \
done
for size in $(PIXMAP_SIZES); do \
convert pyscrabble-$$size.png pyscrabble-$${size}x$${size}.xpm; \