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

« back to all changes in this revision

Viewing changes to src/readingv-activity/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
SUBDIRS =
 
2
 
 
3
xmldir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
 
4
 
 
5
xml_in_files = \
 
6
        readingv.xml.in
 
7
 
 
8
 
 
9
xml_DATA = $(xml_in_files:.xml.in=.xml)
 
10
 
 
11
# Do not use the INTLTOOL_XML_RULE, we don't need to embed the translations
 
12
# in the file themselves. GCompris pick the translations from the po file at
 
13
# runtime.
 
14
#
 
15
$(xml_DATA): %.xml: %.xml.in
 
16
        sed -e "s/\(<\{1\}\/*\)_/\1/g" $< > $@
 
17
 
 
18
# Use this directive and instead of the one above to embed the translations
 
19
# in the xml files directly, this is needed for the tool gcompris2spip
 
20
#@INTLTOOL_XML_RULE@
 
21
 
 
22
 
 
23
icondir = $(pkgdatadir)/@PACKAGE_DATA_DIR@
 
24
icon_DATA = reading.svg
 
25
 
 
26
EXTRA_DIST = $(icon_DATA) ${xml_in_files} init_path.sh
 
27
CLEANFILES = $(xml_DATA)