From: Ruslan Ermilov Date: Tue, 9 Aug 2011 15:18:07 +0000 (+0000) Subject: Don't ignore xmllint errors. X-Git-Tag: release-1.1.1~21 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=40be916e1cf88ed96c3b7cbdc22fa4f3836b357a;p=nginx.git Don't ignore xmllint errors. --- diff --git a/docs/GNUmakefile b/docs/GNUmakefile index 7d1eeba7d..abb14601d 100644 --- a/docs/GNUmakefile +++ b/docs/GNUmakefile @@ -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") \