summaryrefslogtreecommitdiffstats
path: root/build-aux/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/meson.build')
-rw-r--r--build-aux/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/build-aux/meson.build b/build-aux/meson.build
new file mode 100644
index 0000000..ab4cbea
--- /dev/null
+++ b/build-aux/meson.build
@@ -0,0 +1,4 @@
+run_target('maintainer-upload-release',
+ command: ['maintainer-upload-release',
+ meson.project_name(),
+ meson.project_version()])