Makefile: postprocess _ui.rb files.

This commit is contained in:
Glenn Y. Rolland 2012-07-30 19:31:39 +02:00
parent 4f12493604
commit f97de2c262

View file

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