1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Revert "Improve docs syntax checking"

This reverts commit b292256272.

Further discussion is needed

Discussion: https://postgr.es/m/0198ec0f-0269-4cf4-b4a7-22c05b3047cb@eisentraut.org
This commit is contained in:
Andrew Dunstan
2025-10-06 07:53:31 -04:00
parent b93172ca59
commit 5b5e8a29c1
4 changed files with 15 additions and 106 deletions

View File

@@ -306,26 +306,3 @@ endif
if alldocs.length() != 0
alias_target('alldocs', alldocs)
endif
sgml_syntax_check = files(
'sgml_syntax_check.pl'
)
test(
'sgml_syntax_check',
perl,
protocol: 'exitcode',
suite: 'doc',
args: [
sgml_syntax_check,
'--xmllint',
'@0@ --nonet'.format(xmllint_bin.full_path()),
'--srcdir',
meson.current_source_dir(),
'--builddir',
meson.current_build_dir(),
],
depends: doc_generated
)
testprep_targets += doc_generated