dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@154329 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
eliel 2008-11-04 20:12:41 +00:00
parent 78acf5bb5f
commit 9228df6bbb
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: