aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-04 20:12:41 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2008-11-04 20:12:41 +0000
commit9228df6bbb86cf6d0d1d531b818ee950aa2d5c34 (patch)
tree259d0ceb26128ae2e41605cda12fd74915f98575 /Makefile
parent78acf5bb5f820b2aefab43dc3c633504aa94e244 (diff)
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 98fc69a2a..f9b3ded03 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: