diff options
Diffstat (limited to 'docs/markdown/snippets/distscript.md')
-rw-r--r-- | docs/markdown/snippets/distscript.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/markdown/snippets/distscript.md b/docs/markdown/snippets/distscript.md deleted file mode 100644 index 37d05fed8..000000000 --- a/docs/markdown/snippets/distscript.md +++ /dev/null @@ -1,12 +0,0 @@ -## Dist scripts - -You can now specify scripts that are run as part of the `dist` -target. An example usage would go like this: - -```meson -project('foo', 'c') - -# other stuff here - -meson.add_dist_script('dist_cleanup.py') -``` |