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

Commit d5d552f

Browse files
committed
Add a note about how to check for bare < and & in SGML docs, before the
knowledge disappears again.
1 parent 6761a03 commit d5d552f

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
override SPFLAGS += -wall -wno-unused-param -wno-empty -wfully-tagged
5760

5861
##

0 commit comments

Comments
 (0)