
Building the uis
================
pyuic4 maindialog.ui > maindialog.py
(for all ui files)

Extracting the texts
====================
pylupdate4 about.ui beaver.py gnaw.ui help.ui maindialog.ui -ts resources/beaver_texts_en.ts
(for each language)

Building the resources
======================
pyrcc4 resources.qrc -o resources_rc.py

Building the tar file
=====================
tar cvzf backup/beaver020.tar.gz *.ui a*.py b*.py g*.py h*.py m*.py __m* *.txt *.qrc resources/beaver*.png resources/*.ts

Building the zip file
=====================
zip beaver_0.2.zip *.py *.txt
