We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6e51c0 commit 3ff1662Copy full SHA for 3ff1662
tools/pgdoc_add_commet.py
@@ -8,7 +8,7 @@
8
#commentDir = r"sgml_en"
9
#destDir = r"sgml_out"
10
file_encoding=r'UTF-8'
11
-skip_sgmls = ('legal.sgml','bookindex.sgml','errcodes-table.sgml','features-supported.sgml','features-unsupported.sgml','version.sgml')
+skip_sgmls = ('postgres.sgml','legal.sgml','bookindex.sgml','errcodes-table.sgml','features-supported.sgml','features-unsupported.sgml','version.sgml')
12
13
COMMENT_NOTE_START=r'<!--==========================orignal english content=========================='
14
COMMENT_NOTE_END=r'____________________________________________________________________________-->'
0 commit comments