Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/flags/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'boards/flags/Makefile.am')
-rw-r--r--boards/flags/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/boards/flags/Makefile.am b/boards/flags/Makefile.am
deleted file mode 100644
index 8b3d363..0000000
--- a/boards/flags/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-
-%.assetml: %.assetml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -x -u -c $(top_builddir)/po/.intltool-merge-cache
-
-assetmldir = $(prefix)/$(DATADIRNAME)/$(ASSETML_DIR)
-
-assetml_in_files = \
- gcompris_flags.assetml.in
-
-assetml_DATA = $(assetml_in_files:.assetml.in=.assetml)
-
-#
-# Do not use the INTLTOOL_XML_RULE, we don't need to embed the translations
-# in the file themselves. GCompris pick the translations from the po file at
-# runtime.
-#
-$(xml_DATA): %.xml: %.xml.in
- sed -e "s/\(\<\)\/*_//g" $< > $@
-
-
-
-