aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doxygen/xml/meson.build
diff options
context:
space:
mode:
authorSebastian Wick <sebastian.wick@redhat.com>2025-10-28 00:36:53 +0100
committerPekka Paalanen <pq@iki.fi>2025-11-27 17:39:11 +0200
commitbbb5fa66a7fe53c492e4cc2e616c4ada38712542 (patch)
treec2e10fe75e0f9f4e1e2c9ac5a375e5de97d6cb36 /doc/doxygen/xml/meson.build
parentbuild: Bump to meson version 0.64.0 (diff)
downloadwayland-bbb5fa66a7fe53c492e4cc2e616c4ada38712542.tar
wayland-bbb5fa66a7fe53c492e4cc2e616c4ada38712542.tar.gz
wayland-bbb5fa66a7fe53c492e4cc2e616c4ada38712542.tar.bz2
wayland-bbb5fa66a7fe53c492e4cc2e616c4ada38712542.tar.lz
wayland-bbb5fa66a7fe53c492e4cc2e616c4ada38712542.tar.xz
wayland-bbb5fa66a7fe53c492e4cc2e616c4ada38712542.tar.zst
wayland-bbb5fa66a7fe53c492e4cc2e616c4ada38712542.zip
doc: Refactor the build system for complete build dir docs
By structuring things differently, it becomes possible to have a complete build of the docs in the build dir, without having to install anything. Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
Diffstat (limited to 'doc/doxygen/xml/meson.build')
-rw-r--r--doc/doxygen/xml/meson.build20
1 files changed, 0 insertions, 20 deletions
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')