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

Commit453aaf7

Browse files
committed
doc: Add SPFLAGS to osx calls
This enables the same OpenSP warnings on osx calls that we get fromonsgmls (make check) and formerly from openjade.Older tool chains apparently have some of these warnings on bydefault (see comment at SPFLAGS assignment). So users of such toolchains would complain about warnings or errors that users of newer toolchains would not see, unless they used "make check".
1 parent234811c commit453aaf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ INSTALL.html: %.html : stylesheet-text.xsl %.xml
132132
$(XSLTPROC)$(XSLTPROCFLAGS)$(XSLTPROC_HTML_FLAGS)$^>$@
133133

134134
INSTALL.xml: standalone-install.sgml installation.sgml version.sgml
135-
$(OSX)$(SGMLINCLUDE) -x lower$(filter-out version.sgml,$^)>$@.tmp
135+
$(OSX)$(SPFLAGS)$(SGMLINCLUDE) -x lower$(filter-out version.sgml,$^)>$@.tmp
136136
$(call mangle-xml,chapter)
137137

138138

@@ -144,7 +144,7 @@ INSTALL.xml: standalone-install.sgml installation.sgml version.sgml
144144
# if we try to do "make all" in a VPATH build without the explicit
145145
# $(srcdir) on the postgres.sgml dependency in this rule. GNU make bug?
146146
postgres.xml:$(srcdir)/postgres.sgml$(ALLSGML)
147-
$(OSX)$(SGMLINCLUDE) -x lower$<>$@.tmp
147+
$(OSX)$(SPFLAGS)$(SGMLINCLUDE) -x lower$<>$@.tmp
148148
$(call mangle-xml,book)
149149

150150
definemangle-xml

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp