[asterisk-commits] eliel: trunk r154329 - /trunk/Makefile

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Nov 4 14:12:41 CST 2008


Author: eliel
Date: Tue Nov  4 14:12:41 2008
New Revision: 154329

URL: http://svn.digium.com/view/asterisk?view=rev&rev=154329
Log:
We need to pass the DTD to xmlstarlet to validate against it the XML.
(I thought it was being read within the DOCTYPE definition inside the XML).


Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk/trunk/Makefile?view=diff&rev=154329&r1=154328&r2=154329
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Nov  4 14:12:41 2008
@@ -504,7 +504,7 @@
 	@echo "--- Please install xmlstarlet to validate the documentation ---"
 	@echo "---------------------------------------------------------------"
 else
-	$(XMLSTARLET) val $<
+	$(XMLSTARLET) val -d doc/appdocsxml.dtd $<
 endif
 
 update: 




More information about the asterisk-commits mailing list