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
This commit is contained in:
Eliel C. Sardanons 2008-11-04 20:12:41 +00:00
parent 89a678df60
commit 250a60958d
1 changed files with 1 additions and 1 deletions

View File

@ -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: