doc: Call xmllint for validity also in the fop build

This was somehow missed in commit
5d93ce2d0c.
This commit is contained in:
Peter Eisentraut 2015-06-10 19:54:28 -04:00
parent 870681017a
commit 75a49ba550
1 changed files with 2 additions and 0 deletions

View File

@ -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