summaryrefslogtreecommitdiff
path: root/man/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'man/meson.build')
-rw-r--r--man/meson.build19
1 files changed, 0 insertions, 19 deletions
diff --git a/man/meson.build b/man/meson.build
index 88e06b384a..327df94c27 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -198,25 +198,6 @@ run_target(
############################################################
-if dbus_docs.length() > 0
- custom_target(
- 'update-dbus-docs',
- output : 'update-dbus-docs',
- command : [update_dbus_docs_py,
- '--build-dir=@0@'.format(project_build_root),
- '@INPUT@'],
- input : dbus_docs)
-
- if conf.get('BUILD_MODE') == 'BUILD_MODE_DEVELOPER'
- test('dbus-docs-fresh',
- update_dbus_docs_py,
- args : ['--build-dir=@0@'.format(project_build_root),
- '--test'] + dbus_docs)
- endif
-endif
-
-############################################################
-
custom_target(
'update-man-rules',
output : 'update-man-rules',