[xml/sgml-commit] r1513 - /packages/docbook-xsl-ns/trunk/debian/rules

dleidert-guest at users.alioth.debian.org dleidert-guest at users.alioth.debian.org
Sat Jul 25 14:08:37 UTC 2009


Author: dleidert-guest
Date: Sat Jul 25 14:08:33 2009
New Revision: 1513

URL: http://svn.debian.org/wsvn/debian-xml-sgml/?sc=1&rev=1513
Log:
* debian/rules: Added rule to validate XML.


Modified:
    packages/docbook-xsl-ns/trunk/debian/rules

Modified: packages/docbook-xsl-ns/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-xml-sgml/packages/docbook-xsl-ns/trunk/debian/rules?rev=1513&op=diff
==============================================================================
--- packages/docbook-xsl-ns/trunk/debian/rules (original)
+++ packages/docbook-xsl-ns/trunk/debian/rules Sat Jul 25 14:08:33 2009
@@ -44,6 +44,11 @@
 
 binary: binary-indep binary-arch
 
+check-xml:
+	xmllint --noout --noent \
+	        --relaxng http://docbook.org/xml/5.0/rng/docbook.rng \
+	        $(CURDIR)/debian/examples/foo.1.example_manpage.xml
+
 get-orig-source:
 	uscan --force-download
 




More information about the debian-xml-sgml-commit mailing list