~ubuntu-branches/ubuntu/quantal/libgweather/quantal

« back to all changes in this revision

Viewing changes to data/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2008-04-08 01:10:20 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080408011020-ny06vzpdt1c3v0pl
Tags: 2.22.1.1-0ubuntu1
* New upstream version:
  Misc
  - Change the soname of the library :-)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
EXTRA_DIST =                    \
2
2
        locations_diff.py       \
3
3
        locations.dtd           \
4
 
        Locations.xml
 
4
        Locations.xml           \
 
5
        Locations.xml.in
5
6
 
6
7
libgweatherlocationsdir = $(pkgdatadir)
7
8
libgweatherlocations_in_files = Locations.xml.in
8
 
libgweatherlocations_DATA = $(libgweatherlocations_in_files:.xml.in=.xml) locations.dtd
9
 
%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po-locations/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po-locations/.intltool-merge-cache $(top_srcdir)/po-locations $< $@
 
9
dist_libgweatherlocations_DATA = $(libgweatherlocations_in_files:.xml.in=.xml) locations.dtd
 
10
%.xml: %.xml.in $(wildcard $(top_srcdir)/po-locations/*.po)
 
11
        LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po-locations/.intltool-merge-cache $(top_srcdir)/po-locations $< $@
 
12
 
 
13
check:
 
14
        xmllint --valid --noout $(top_srcdir)/data/Locations.xml.in