Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 75a49ba

Browse files
committed
doc: Call xmllint for validity also in the fop build
This was somehow missed in commit 5d93ce2.
1 parent 8706810 commit 75a49ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/src/sgml/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,11 @@ htmlhelp: stylesheet-hh.xsl postgres.xml
271271
$(XSLTPROC) $(XSLTPROCFLAGS) $^
272272

273273
%-A4.fo.tmp: stylesheet-fo.xsl %.xml
274+
$(XMLLINT) --noout --valid $*.xml
274275
$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type A4 -o $@ $^
275276

276277
%-US.fo.tmp: stylesheet-fo.xsl %.xml
278+
$(XMLLINT) --noout --valid $*.xml
277279
$(XSLTPROC) $(XSLTPROCFLAGS) --stringparam paper.type USletter -o $@ $^
278280

279281
FOP = fop

0 commit comments

Comments
 (0)