Don't ignore xmllint errors.

This commit is contained in:
Ruslan Ermilov 2011-08-09 15:18:07 +00:00
parent b0067b6853
commit 40be916e1c

View File

@ -16,7 +16,7 @@ define XSLScript
endef
define XSLT
xmllint --noout --valid $2; \
xmllint --noout --valid $2
xsltproc -o $3 \
$(shell echo $4 \\
| sed -e "s/\([^= ]*\)=\([^= ]*\)/--param \1 \"'\2'\"/g") \