File: build.sh

package info (click to toggle)
rst2pdf 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 6,828 kB
  • sloc: python: 17,981; makefile: 809; sh: 92
file content (9 lines) | stat: -rwxr-xr-x 161 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9

#!/bin/sh

for a in *.ui
do 
	pyuic4 $a -o Ui_`basename $a .ui`.py -x
 	sed -i 's/^# Created.*$//' Ui_`basename $a .ui`.py
done
pyrcc4 icons.qrc -o icons_rc.py