summaryrefslogtreecommitdiff
path: root/doc/src/sgml/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/meson.build')
-rw-r--r--doc/src/sgml/meson.build23
1 files changed, 0 insertions, 23 deletions
diff --git a/doc/src/sgml/meson.build b/doc/src/sgml/meson.build
index ce0dea587cd..6ae192eac68 100644
--- a/doc/src/sgml/meson.build
+++ b/doc/src/sgml/meson.build
@@ -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