From: Peter Eisentraut Date: Wed, 10 Jun 2015 23:54:28 +0000 (-0400) Subject: doc: Call xmllint for validity also in the fop build X-Git-Tag: REL9_5_ALPHA1~94 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75a49ba550bae7a44bc1c4b2b7413a1768f70829;p=postgresql doc: Call xmllint for validity also in the fop build This was somehow missed in commit 5d93ce2d0c619ba1b408eb749715e7223e23f6ae. --- 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