aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_static
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-09 19:17:31 +0100
committerDavid Robillard <d@drobilla.net>2022-01-13 15:18:17 -0500
commit7d2183d13b298f33733e67184dd86a34a71723bf (patch)
treebcc350350d64ebe31d18403df497fffe398f0070 /doc/_static
parent17357d578b14111ce694f8af8d70e7c65c863ad3 (diff)
downloadserd-7d2183d13b298f33733e67184dd86a34a71723bf.tar.gz
serd-7d2183d13b298f33733e67184dd86a34a71723bf.tar.bz2
serd-7d2183d13b298f33733e67184dd86a34a71723bf.zip
Switch to Meson
Diffstat (limited to 'doc/_static')
-rw-r--r--doc/_static/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/_static/meson.build b/doc/_static/meson.build
new file mode 100644
index 00000000..7d30dbac
--- /dev/null
+++ b/doc/_static/meson.build
@@ -0,0 +1 @@
+configure_file(copy: true, input: '../../resources/serd.svg', output: 'serd.svg')