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

Commite4c8865

Browse files
committed
doc Makefile: issue warning about chars that cannot be output
A follow-up improvement to commit641a5b7.Reported-by: Tatsuo Ishii, Tom LaneDiscussion:https://postgr.es/m/20241126.182513.1752581942460106099.ishii@postgresql.orgBackpatch-through: master
1 parent08691ea commite4c8865

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎doc/src/sgml/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,9 @@ XSLTPROC_FO_FLAGS += --stringparam img.src.path '$(srcdir)/'
156156
$(XSLTPROC)$(XMLINCLUDE)$(XSLTPROCFLAGS)$(XSLTPROC_FO_FLAGS) --stringparam paper.type USletter -o$@$^
157157

158158
%.pdf:%.fo$(ALL_IMAGES)
159-
$(FOP) -fo$< -pdf$@
159+
LANG=C$(FOP) -fo$< -pdf$@2>&1|\
160+
awk'BEGIN { warn = 0 } { print } /not available in font/ { warn = 1 } \
161+
END {if (warn!= 0) print("\nFound characters that cannot be output in the PDF document; see README.non-ASCII") }' 1>&2
160162

161163

162164
##

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp