Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/boards/Makefile.am
blob: 7c25b36ce408cf54602920ca6c4f55cc7d9c2cd8 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
SUBDIRS = read_colors advanced_colors babymatch babyshapes flags imageid imagename missing_letter paintings scales doubleentry geography sounds

xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@

xml_in_files = \
	advanced_colors.xml.in \
	algebramenu.xml.in \
	algebra_plus.xml.in \
	algebra_minus.xml.in \
	algebra_by.xml.in \
	algebra_group.xml.in \
	babymatch.xml.in \
	babyshapes.xml.in \
	boards.xml.in \
	canal_lock.xml.in \
	chess.xml.in \
	chess_computer.xml.in \
	chess_movelearn.xml.in \
	chess_partyend.xml.in \
	clickgame.xml.in \
	clockgame.xml.in \
	computer.xml.in \
	draw.xml.in \
	doubleentry.xml.in \
	enumerate.xml.in \
	fun.xml.in \
	fifteen.xml.in \
	geography.xml.in \
	gletters.xml.in \
	hanoi.xml.in \
	imagename.xml.in \
	maze.xml.in \
	maze3D.xml.in \
	memory.xml.in \
	menu.xml.in \
	money.xml.in \
	money_cents.xml.in \
	paintings.xml.in \
	paratrooper.xml.in \
	planegame.xml.in \
	railroad.xml.in \
	readingh.xml.in \
	readingv.xml.in \
	reading.xml.in \
	read_colors.xml.in \
	reversecount.xml.in \
	scalesboard.xml.in \
	smallnumbers.xml.in \
	submarine.xml.in \
	superbrain.xml.in \
	target.xml.in \
	traffic.xml.in \
	wordsgame.xml.in \
	imageid.xml.in \
	missing_letter.xml.in \
	click_on_letter.xml.in \
	railroad.xml.in \
	erase.xml.in \
	algebra_guesscount.xml.in \
	leftright.xml.in \
	colors.xml.in \
	colors_group.xml.in \
	pythontest.xml.in

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

@INTLTOOL_XML_RULE@