From f97de2c2625ba3de23e71915edf4fe537a72a42c Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 30 Jul 2012 19:31:39 +0200 Subject: [PATCH] Makefile: postprocess _ui.rb files. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index cd6c274..a242bce 100644 --- a/Makefile +++ b/Makefile @@ -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