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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user