Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/advanced_colors/Makefile.am
blob: ac93d003d0731087394cc18a3084e3c0d4a5250f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/advanced_colors

xml_in_files = \
	board1.xml.in \
	board2.xml.in \
	board3.xml.in \
	board4.xml.in \
	board5.xml.in \
	board6.xml.in \
	board7.xml.in \
	board8.xml.in \
	board9.xml.in

xml_DATA = $(xml_in_files:.xml.in=.xml)

#
# 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/\(<\{1\}\/*\)_/\1/g" $< > $@


CLEANFILES = $(xml_DATA)