mirror of
https://github.com/postgres/postgres.git
synced 2025-06-10 09:21:54 +03:00
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) $^
|
$(XSLTPROC) $(XSLTPROCFLAGS) $^
|
||||||
|
|
||||||
%-A4.fo.tmp: stylesheet-fo.xsl %.xml
|
%-A4.fo.tmp: stylesheet-fo.xsl %.xml
|
||||||
|
$(XMLLINT) --noout --valid $*.xml
|
||||||
$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type A4 -o $@ $^
|
$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type A4 -o $@ $^
|
||||||
|
|
||||||
%-US.fo.tmp: stylesheet-fo.xsl %.xml
|
%-US.fo.tmp: stylesheet-fo.xsl %.xml
|
||||||
|
$(XMLLINT) --noout --valid $*.xml
|
||||||
$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type USletter -o $@ $^
|
$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type USletter -o $@ $^
|
||||||
|
|
||||||
FOP = fop
|
FOP = fop
|
||||||
|
Loading…
x
Reference in New Issue
Block a user