r23533 - gnucash-docs/trunk - Bug 688579 - Run xmllint or variant in make distcheck

John Ralls jralls at code.gnucash.org
Tue Dec 10 14:48:39 EST 2013


Author: jralls
Date: 2013-12-10 14:48:39 -0500 (Tue, 10 Dec 2013)
New Revision: 23533
Trac: http://svn.gnucash.org/trac/changeset/23533

Modified:
   gnucash-docs/trunk/xmldocs.make
Log:
Bug 688579 - Run xmllint or variant in make distcheck

Modified: gnucash-docs/trunk/xmldocs.make
===================================================================
--- gnucash-docs/trunk/xmldocs.make	2013-12-10 19:48:30 UTC (rev 23532)
+++ gnucash-docs/trunk/xmldocs.make	2013-12-10 19:48:39 UTC (rev 23533)
@@ -150,3 +150,5 @@
 	    rmdir --ignore-fail-on-non-empty "$(DESTDIR)$(otherdocdir)"; \
 	fi
 
+check:
+	xmllint --valid --noout ${srcdir}/${docname}.xml
\ No newline at end of file



More information about the gnucash-changes mailing list