Makefile Remove useless parts.of ui files.

This commit is contained in:
Glenn Y. Rolland 2012-07-30 19:46:37 +02:00
parent 1a95eccc53
commit 4b111fbf66

View file

@ -93,8 +93,7 @@ install-ui: $(RBUI_FILES)
%_ui.rb: %.ui
rbuic4 $< -o $@
sed -e 's/^module Ui/module Qasim ; module Ui/' \
-e 's/^end # module Ui/end ; end # module Qasim and Ui/' \
sed -e '/^module Ui/,/^end # module Ui/d'
-i $@