Add a note about how to check for bare < and & in SGML docs, before the
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Oct 2008 02:19:08 +0000 (02:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Oct 2008 02:19:08 +0000 (02:19 +0000)
knowledge disappears again.

doc/src/sgml/Makefile

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