2011-02-14 18:18:51 +00:00
|
|
|
all:
|
|
|
|
python build.py -c openlp.cfg
|
|
|
|
|
|
|
|
view:
|
|
|
|
python build.py -c openlp.cfg --package-view --compress-view
|
|
|
|
|
|
|
|
package:
|
|
|
|
|
|
|
|
python build.py -c openlp.cfg --package --package-view
|
|
|
|
|
|
|
|
bundle:
|
|
|
|
|
|
|
|
python build.py -c openlp.cfg --compress --compress-view
|
|
|
|
|
|
|
|
clean:
|
|
|
|
# remove old configuration files
|
|
|
|
rm -f openlp.spec
|
|
|
|
rm -f Info.plist
|
|
|
|
rm -f .version
|
|
|
|
|
|
|
|
# remove old build artifacts
|
|
|
|
rm -rf build
|
|
|
|
rm -rf dist
|
|
|
|
rm -rf Macopenlp.app
|
|
|
|
rm -rf OpenLP.app
|
|
|
|
rm -f warnopenlp.txt
|
|
|
|
rm -f *dmg
|
2011-03-10 01:45:45 +00:00
|
|
|
|