[libgweather] Fix make distcheck



commit 8616dbb3f021933f623b88629068ae4cde904e66
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Sun Jul 21 18:07:51 2013 +0200

    Fix make distcheck

 data/Makefile.am           |    4 ++--
 po-locations/POTFILES.skip |    4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 3fbc252..746910e 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -19,8 +19,8 @@ locationdb.sqlite: build-locationdb.pl major-cities.txt sources/nsd_cccc.txt sou
        $(AM_V_GEN)$(srcdir)/build-locationdb.pl
 
 check:
-       xmllint --valid --noout $(top_srcdir)/data/Locations.xml
-       $(srcdir)/check-timezones.sh $(srcdir)/Locations.xml
+       xmllint --valid --path "$(srcdir)" --noout $(builddir)/Locations.xml
+       $(srcdir)/check-timezones.sh $(builddir)/Locations.xml
 
 @INTLTOOL_XML_NOMERGE_RULE@
 
diff --git a/po-locations/POTFILES.skip b/po-locations/POTFILES.skip
index 229c2ef..069247b 100644
--- a/po-locations/POTFILES.skip
+++ b/po-locations/POTFILES.skip
@@ -1,5 +1,6 @@
 # List of source files containing translatable strings.
 # Please keep this file sorted alphabetically.
+data/glade/libgweather.xml.in
 libgweather/gweather.pc
 libgweather/gweather.pc.in
 libgweather/gweather-timezone.c
@@ -11,6 +12,9 @@ libgweather/weather.h
 libgweather/weather-iwin.c
 libgweather/weather-metar.c
 libgweather/weather-met.c
+libgweather/weather-owm.c
 libgweather/weather-priv.h
 libgweather/weather-sun.c
 libgweather/weather-wx.c
+libgweather/weather-yrno.c
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]