libgweather r147 - in trunk: . data



Author: vuntz
Date: Mon Apr  7 13:43:10 2008
New Revision: 147
URL: http://svn.gnome.org/viewvc/libgweather?rev=147&view=rev

Log:
2008-04-07  Vincent Untz  <vuntz gnome org>

	* data/Makefile.am: add a "make check" to run "xmllint --valid"
	Patch by Dan Winship <danw gnome org>. Fix bug #526013.


Modified:
   trunk/ChangeLog
   trunk/data/Makefile.am

Modified: trunk/data/Makefile.am
==============================================================================
--- trunk/data/Makefile.am	(original)
+++ trunk/data/Makefile.am	Mon Apr  7 13:43:10 2008
@@ -9,3 +9,6 @@
 dist_libgweatherlocations_DATA = $(libgweatherlocations_in_files:.xml.in=.xml) locations.dtd
 %.xml: %.xml.in $(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 $< $@
+
+check:
+	xmllint --valid --noout Locations.xml.in



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