~ubuntu-branches/ubuntu/karmic/iso-codes/karmic

« back to all changes in this revision

Viewing changes to iso_639/iso_639_3/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Tobias Quathamer
  • Date: 2009-06-25 10:00:53 UTC
  • mfrom: (1.2.10 upstream) (3.1.26 karmic)
  • Revision ID: james.westby@ubuntu.com-20090625100053-xwf23xhopdxlsb83
Tags: 3.10.1-1
* New upstream release. This closes the following bugs from Debian
  BTS:
  - ISO-3166: Asturian updated by Marcos Alvarez Costales.
    Closes: #531683, #531720
  - ISO-3166: Basque updated by Piarres Beobide Egaña. Closes: #534278
* Update to Standards-Version 3.8.2, no changes needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
DOMAIN = iso_639_3
2
 
VERSION = @PACKAGE_VERSION@
3
 
 
4
 
xmldir = $(datadir)/xml/iso-codes
5
 
xml_DATA = $(DOMAIN).xml
6
 
 
7
 
 
8
 
pofiles = $(wildcard $(srcdir)/*.po)
9
 
mofiles = $(patsubst $(srcdir)/%.po,%.mo, $(pofiles))
10
 
noinst_DATA = $(mofiles) $(xml_DATA:.xml=.pot) 
11
 
 
12
 
iso_639_3.pot: iso_639_3.xml
13
 
        ../../iso2pot.py --is-version ${VERSION} --comment id \
14
 
                --fields name --outfile $@ $< 
15
 
 
16
 
EXTRA_DIST = \
17
 
        $(pofiles)      \
18
 
        $(xml_DATA)     \
19
 
        iso_639_3.pot
20
 
 
21
 
MOSTLYCLEANFILES = \
22
 
        $(mofiles)
23
 
 
24
 
check-local: check-content
25
 
 
26
 
include $(top_srcdir)/rules.make