1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Uppercase <!ENTITY> and <!DOCTYPE> tags in SGML source

This improves compatibility with external toolchains, such as those used
by some documentation translation tools.

Gabriele Bartolini
This commit is contained in:
Alvaro Herrera
2011-04-04 16:07:53 -04:00
parent 595a441ae9
commit fc3459d70c
5 changed files with 332 additions and 332 deletions

View File

@ -2,12 +2,12 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [
<!entity % version SYSTEM "version.sgml">
<!ENTITY % version SYSTEM "version.sgml">
%version;
<!entity % filelist SYSTEM "filelist.sgml">
<!ENTITY % filelist SYSTEM "filelist.sgml">
%filelist;
<!entity reference SYSTEM "reference.sgml">
<!ENTITY reference SYSTEM "reference.sgml">
]>