aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doxygen/xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxygen/xml')
-rw-r--r--doc/doxygen/xml/Client/meson.build1
-rw-r--r--doc/doxygen/xml/Server/meson.build1
-rw-r--r--doc/doxygen/xml/meson.build20
3 files changed, 0 insertions, 22 deletions
diff --git a/doc/doxygen/xml/Client/meson.build b/doc/doxygen/xml/Client/meson.build
index 849c30d..e51fccb 100644
--- a/doc/doxygen/xml/Client/meson.build
+++ b/doc/doxygen/xml/Client/meson.build
@@ -11,7 +11,6 @@ tgt = custom_target(
],
input: [ shared_files, client_files ],
output: [ 'combine.xslt', 'index.xml' ],
- depends: [dot_png, dot_map]
)
doxygen_Client_combine_xslt = tgt[0]
diff --git a/doc/doxygen/xml/Server/meson.build b/doc/doxygen/xml/Server/meson.build
index 4792c1b..5df9744 100644
--- a/doc/doxygen/xml/Server/meson.build
+++ b/doc/doxygen/xml/Server/meson.build
@@ -11,7 +11,6 @@ tgt = custom_target(
],
input: [ shared_files, server_files ],
output: [ 'combine.xslt', 'index.xml' ],
- depends: [dot_png, dot_map]
)
doxygen_Server_combine_xslt = tgt[0]
diff --git a/doc/doxygen/xml/meson.build b/doc/doxygen/xml/meson.build
index 6d55c53..479af8e 100644
--- a/doc/doxygen/xml/meson.build
+++ b/doc/doxygen/xml/meson.build
@@ -1,22 +1,2 @@
-# dot_png: list of PNG targets
-# dot_map: list of MAP targets
-foreach name, infile: dot_gv
- dot_png += custom_target(
- name + '.png',
- command: [ dot, '-Tpng', '-o@OUTPUT@', '@INPUT@' ],
- input: infile,
- output: name + '.png',
- install: true,
- install_dir: join_paths(publican_install_prefix, publican_html_dir, 'images')
- )
-
- dot_map += custom_target(
- name + '.map',
- command: [ dot, '-Tcmapx_np', '-o@OUTPUT@', '@INPUT@' ],
- input: infile,
- output: name + '.map',
- )
-endforeach
-
subdir('Client')
subdir('Server')