doc: Call xmllint for validity also in the fop build

This was somehow missed in commit
5d93ce2d0c.
pull/14/head
Peter Eisentraut 10 years ago
parent 870681017a
commit 75a49ba550
  1. 2
      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

Loading…
Cancel
Save