Add comment on why SGML -wfully-tagged flag is needed (for older SGML

tool chains).
This commit is contained in:
Bruce Momjian 2007-08-31 16:41:52 +00:00
parent a8b5d6dc26
commit 42e9e26066
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#
# PostgreSQL documentation makefile
#
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.98 2007/08/31 02:03:02 momjian Exp $
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.99 2007/08/31 16:41:52 momjian Exp $
#
#----------------------------------------------------------------------------
@ -59,6 +59,8 @@ override JADEFLAGS += -V draft-mode
endif
# Enable some extra warnings
# -wfully-tagged needed to throw a warning on missing tags
# for older tool chains, 2007-08-31
override SPFLAGS += -wall -wno-unused-param -wno-empty -wfully-tagged
##