improvement

This commit is contained in:
Romain Bignon 2010-04-17 13:03:12 +02:00
commit d605d30588
7 changed files with 45 additions and 247 deletions

View file

@ -7,11 +7,6 @@ all: $(UI_PY_FILES)
%_ui.py: %.ui
$(PYUIC) -o $@ $^
# TODO: ugly hack, because of a usefull import by
# Qt in the nulog_ui.py file.. But we *don't*
# want to use a python resource file!!
sed -i '/import nulog3_rc/D' $@
clean:
rm -f *.pyc
rm -f $(UI_PY_FILES)