~ubuntu-branches/ubuntu/precise/gcompris/precise

« back to all changes in this revision

Viewing changes to src/braille_lotto-activity/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-01-10 01:37:41 UTC
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: package-import@ubuntu.com-20120110013741-q90ulmfrj910igm3
Tags: upstream-12.01
ImportĀ upstreamĀ versionĀ 12.01

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(top_srcdir)/Makefile.activity
 
2
 
 
3
ACTIVITY_SUBDIRS = braille_alphabets-activity
 
4
SUBDIRS = resources
 
5
 
 
6
pythondir = $(PYTHON_PLUGIN_DIR)
 
7
 
 
8
dist_python_DATA=       braille_lotto.py
 
9
 
 
10
 
 
11
 
 
12
xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
 
13
 
 
14
xml_in_files = \
 
15
        braille_lotto.xml.in
 
16
 
 
17
 
 
18
xml_DATA = $(xml_in_files:.xml.in=.xml)
 
19
 
 
20
# Do not use the INTLTOOL_XML_RULE, we don't need to embed the translations
 
21
# in the file themselves. GCompris pick the translations from the po file at
 
22
# runtime.
 
23
#
 
24
$(xml_DATA): %.xml: %.xml.in
 
25
        sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@
 
26
 
 
27
# Use this directive and instead of the one above to embed the translations
 
28
# in the xml files directly, this is needed for the tool gcompris2spip
 
29
#@INTLTOOL_XML_RULE@
 
30
 
 
31
icondir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
 
32
icon_DATA = braille_lotto.svg
 
33
 
 
34
EXTRA_DIST = $(icon_DATA) ${xml_in_files} init_path.sh
 
35
CLEANFILES = $(xml_DATA)