Commit ac20d3df authored by Bruce Momjian's avatar Bruce Momjian

Add openjade warning -wfully-tagged to warn about missing close tags on

older SGML toolchains.
parent b4c806fa
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# #
# PostgreSQL documentation makefile # PostgreSQL documentation makefile
# #
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.97 2007/05/18 15:55:03 petere Exp $ # $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.98 2007/08/31 02:03:02 momjian Exp $
# #
#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
...@@ -59,7 +59,7 @@ override JADEFLAGS += -V draft-mode ...@@ -59,7 +59,7 @@ override JADEFLAGS += -V draft-mode
endif endif
# Enable some extra warnings # Enable some extra warnings
override SPFLAGS += -wall -wno-unused-param -wno-empty override SPFLAGS += -wall -wno-unused-param -wno-empty -wfully-tagged
## ##
## Man pages ## Man pages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment