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 248a721 commit d25fcbbCopy full SHA for d25fcbb
docs/markdown/Creating-releases.md
@@ -31,6 +31,13 @@ Meson then takes this archive and tests that it works by doing a full
31
`compile` + `test` + `install` cycle. If all these pass, Meson will
32
then create a `SHA-256` checksum file next to the archive.
33
34
+## Modifying the dist directory before creating the archive
35
+
36
+Modification to the checked out files like generating files or
37
+setting version info can be done with dist scripts:
38
+```meson
39
+[[#meson.add_dist_script]]('distscript.sh')
40
+```
41
42
## Autotools dist VS Meson dist
43
0 commit comments