From: Stas Shtin Date: Thu, 15 Apr 2010 12:23:07 +0000 (+0400) Subject: Makefile generates UI correctly X-Git-Url: http://vcs.maemo.org/git/?p=ipypbx;a=commitdiff_plain;h=8e23a62af8da3bda46762f2447bcb6a000359a3a Makefile generates UI correctly --- diff --git a/Makefile b/Makefile index 746eb7e..51ee2ad 100644 --- a/Makefile +++ b/Makefile @@ -2,11 +2,12 @@ BASENAME=ipypbx TRANSLATION_LANGUAGES=ru fi TRANSLATIONS_PATH=src/ipypbx/locale PROJECT=$(BASENAME).pro +UI=ui/layout.ui -all: ui translation +all: generate_ui translation -ui: - pyuic4 $(PROJECT) +generate_ui: + pyuic4 $(UI) -o src/$(BASENAME)/ui.py translation: po2ts transupdate ts2po transrelease