~ubuntu-branches/ubuntu/maverick/gcompris/maverick

« back to all changes in this revision

Viewing changes to src/doubleentry-activity/resources/doubleentry/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Marc Gariepy, Marc Gariepy, Stephane Graber
  • Date: 2010-01-04 17:42:49 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20100104174249-7bupatd9dtxyhvs4
Tags: 9.0-0ubuntu1
[Marc Gariepy]
* New upstream release (9.0).
* Remove cache.c from POTFILES to avoid FTBFS
* Remove unneeded rm in debian/rules (file no longer exists upstream)

[Stephane Graber]
* Bump Debian standards to 3.8.3
* Add patch system (dpatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/doubleentry
 
3
 
 
4
xml_in_files = \
 
5
        board1_0.xml.in \
 
6
        board2_0.xml.in \
 
7
        board3_0.xml.in
 
8
 
 
9
xml_DATA = $(xml_in_files:.xml.in=.xml)
 
10
 
 
11
#
 
12
# Do not use the INTLTOOL_XML_RULE, we don't need to embed the translations
 
13
# in the file themselves. GCompris pick the translations from the po file at
 
14
# runtime.
 
15
#
 
16
$(xml_DATA): %.xml: %.xml.in
 
17
        sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@
 
18
 
 
19
imgdir = $(pkgdatadir)/@PACKAGE_DATA_DIR@/doubleentry
 
20
img_DATA = \
 
21
        circle-r0-g2.png \
 
22
        circle-r0-g3.png \
 
23
        circle-r0-g4.png \
 
24
        circle-r2-g0.png \
 
25
        circle-r2-g2.png \
 
26
        circle-r2-g3.png \
 
27
        circle-r2-g4.png \
 
28
        circle-r3-g0.png \
 
29
        circle-r3-g2.png \
 
30
        circle-r3-g3.png \
 
31
        circle-r3-g4.png \
 
32
        circle-r4-g0.png \
 
33
        circle-r4-g2.png \
 
34
        circle-r4-g3.png \
 
35
        circle-r4-g4.png \
 
36
        d-entry_banane_1.png \
 
37
        d-entry_banane_2.png \
 
38
        d-entry_banane_3.png \
 
39
        d-entry_galette_1.png \
 
40
        d-entry_galette_2.png \
 
41
        d-entry_galette_3.png \
 
42
        d-entry_pomme_1.png \
 
43
        d-entry_pomme_2.png \
 
44
        d-entry_pomme_3.png \
 
45
        doubleentry-bg.png
 
46
 
 
47
EXTRA_DIST = $(img_DATA) ${xml_in_files}
 
48
CLEANFILES = $(xml_DATA)