From: Eliel C. Sardanons Date: Tue, 4 Nov 2008 20:12:41 +0000 (+0000) Subject: We need to pass the DTD to xmlstarlet to validate against it the XML. X-Git-Tag: 1.6.2.0-beta1~950 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=250a60958d5dd059f667299b1fa03922d9b7c558;p=thirdparty%2Fasterisk.git 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). git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@154329 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/Makefile b/Makefile index 98fc69a2ac..f9b3ded030 100644 --- a/Makefile +++ b/Makefile @@ -504,7 +504,7 @@ ifeq ($(XMLSTARLET),:) @echo "--- Please install xmlstarlet to validate the documentation ---" @echo "---------------------------------------------------------------" else - $(XMLSTARLET) val $< + $(XMLSTARLET) val -d doc/appdocsxml.dtd $< endif update: