We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02df90 commit f1121d1Copy full SHA for f1121d1
meson.build
@@ -293,12 +293,18 @@ meson.add_dist_script(
293
python3, dist_changelog,
294
project_source_root,
295
)
296
+
297
+# Don't distribute these files and directories.
298
+dont_distribute = [
299
+ 'libsigcplusplus.doap',
300
+]
301
# Add build scripts to the distribution directory, and delete .gitignore
302
# files and an empty $MESON_PROJECT_DIST_ROOT/build/ directory.
303
meson.add_dist_script(
304
python3, dist_build_scripts,
305
306
'untracked' / 'build_scripts',
307
+ dont_distribute,
308
309
310
if meson.is_subproject()
0 commit comments