summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2016-07-26 14:04:59 +0900
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2016-07-26 14:04:59 +0900
commit6b68dd5712a65b179835c81b2b3534a23576be63 (patch)
tree1f7a56b3991761d74198ffeedaabe2a4047c364f
parented2e78286b351cd8c3e85e1f6b92f25a54fab027 (diff)
downloadefl-6b68dd5712a65b179835c81b2b3534a23576be63.tar.gz
edje examples - stop deleting the po files from the src tree!
whatever someones was trying to do.. they just endewd up deleting po files in the src tree every time you clean! argh! fix!
-rw-r--r--src/examples/edje/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/examples/edje/Makefile.am b/src/examples/edje/Makefile.am
index 0ff062929a..a9b06b1d6b 100644
--- a/src/examples/edje/Makefile.am
+++ b/src/examples/edje/Makefile.am
@@ -245,9 +245,6 @@ examples: $(EXTRA_PROGRAMS) $(EDJS)
clean-local:
rm -f $(EXTRA_PROGRAMS) $(EDJS) $(CODEGEN_GENERATED)
- rm -f hi_IN/domain_name.po
- rm -f ta_IN/domain_name.mo
- rm -f en_IN/domain_name.po
install-examples: $(EDJS)
$(MKDIR_P) $(DESTDIR)$(datadir)/edje/examples