1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-24 10:47:04 +03:00

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

older SGML toolchains.
This commit is contained in:
Bruce Momjian 2007-08-31 02:03:02 +00:00
parent b4c806faa8
commit ac20d3dfbe

View File

@ -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
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