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

Commitd5d552f

Browse files
committed
Add a note about how to check for bare < and & in SGML docs, before the
knowledge disappears again.
1 parent6761a03 commitd5d552f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎doc/src/sgml/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
5-
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.107 2008/08/25 15:34:05 alvherre Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.108 2008/10/04 02:19:08 tgl Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -53,6 +53,9 @@ endif
5353
# Enable some extra warnings
5454
# -wfully-tagged needed to throw a warning on missing tags
5555
# for older tool chains, 2007-08-31
56+
# Note: try "make SPFLAGS=-wxml" to catch a lot of other dubious constructs,
57+
# in particular < and & that haven't been made into entities. It's far too
58+
# noisy to turn on by default, unfortunately.
5659
overrideSPFLAGS += -wall -wno-unused-param -wno-empty -wfully-tagged
5760

5861
##

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp