doc: Call xmllint for validity also in the fop build
This was somehow missed in commit 5d93ce2d0c619ba1b408eb749715e7223e23f6ae.
This commit is contained in:
parent
870681017a
commit
75a49ba550
@ -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…
x
Reference in New Issue
Block a user