Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit75a49ba

Browse files
committed
doc: Call xmllint for validity also in the fop build
This was somehow missed in commit5d93ce2.
1 parent8706810 commit75a49ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎doc/src/sgml/Makefile

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp