We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8706810 commit 75a49baCopy full SHA for 75a49ba
doc/src/sgml/Makefile
@@ -271,9 +271,11 @@ htmlhelp: stylesheet-hh.xsl postgres.xml
271
$(XSLTPROC) $(XSLTPROCFLAGS) $^
272
273
%-A4.fo.tmp: stylesheet-fo.xsl %.xml
274
+ $(XMLLINT) --noout --valid $*.xml
275
$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type A4 -o $@ $^
276
277
%-US.fo.tmp: stylesheet-fo.xsl %.xml
278
279
$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type USletter -o $@ $^
280
281
FOP = fop
0 commit comments