From 75a49ba550bae7a44bc1c4b2b7413a1768f70829 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 10 Jun 2015 19:54:28 -0400 Subject: [PATCH] doc: Call xmllint for validity also in the fop build This was somehow missed in commit 5d93ce2d0c619ba1b408eb749715e7223e23f6ae. --- doc/src/sgml/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/src/sgml/Makefile b/doc/src/sgml/Makefile index ac3a142bb2..24b895f3c3 100644 --- a/doc/src/sgml/Makefile +++ b/doc/src/sgml/Makefile @@ -271,9 +271,11 @@ htmlhelp: stylesheet-hh.xsl postgres.xml $(XSLTPROC) $(XSLTPROCFLAGS) $^ %-A4.fo.tmp: stylesheet-fo.xsl %.xml + $(XMLLINT) --noout --valid $*.xml $(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type A4 -o $@ $^ %-US.fo.tmp: stylesheet-fo.xsl %.xml + $(XMLLINT) --noout --valid $*.xml $(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type USletter -o $@ $^ FOP = fop