projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
becef78
)
Add comment on why SGML -wfully-tagged flag is needed (for older SGML
author
Bruce Momjian
<bruce@momjian.us>
Fri, 31 Aug 2007 16:41:52 +0000
(16:41 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Fri, 31 Aug 2007 16:41:52 +0000
(16:41 +0000)
tool chains).
doc/src/sgml/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/Makefile
b/doc/src/sgml/Makefile
index 0fd4254a1b78082978974940019c77a7dbfae0c1..01fc4f7a1976eb44f6bdcf7140995077eae9f54a 100644
(file)
--- a/
doc/src/sgml/Makefile
+++ b/
doc/src/sgml/Makefile
@@
-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
##