Makefile Remove useless parts.of ui files.
This commit is contained in:
parent
1a95eccc53
commit
4b111fbf66
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -93,8 +93,7 @@ install-ui: $(RBUI_FILES)
|
||||||
|
|
||||||
%_ui.rb: %.ui
|
%_ui.rb: %.ui
|
||||||
rbuic4 $< -o $@
|
rbuic4 $< -o $@
|
||||||
sed -e 's/^module Ui/module Qasim ; module Ui/' \
|
sed -e '/^module Ui/,/^end # module Ui/d'
|
||||||
-e 's/^end # module Ui/end ; end # module Qasim and Ui/' \
|
|
||||||
-i $@
|
-i $@
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue