From 4b111fbf66201653ec382244fd1e1c6473d6f58e Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 30 Jul 2012 19:46:37 +0200 Subject: [PATCH] Makefile Remove useless parts.of ui files. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0138d3f..3ba57d5 100644 --- a/Makefile +++ b/Makefile @@ -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 $@