Skip to content

Commit

Permalink
Mention add_dist_script in meson dist docs (#14186)
Browse files Browse the repository at this point in the history
  • Loading branch information
omoerbeek authored Jan 29, 2025
1 parent 248a721 commit d25fcbb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/markdown/Creating-releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Meson then takes this archive and tests that it works by doing a full
`compile` + `test` + `install` cycle. If all these pass, Meson will
then create a `SHA-256` checksum file next to the archive.

## Modifying the dist directory before creating the archive

Modification to the checked out files like generating files or
setting version info can be done with dist scripts:
```meson
[[#meson.add_dist_script]]('distscript.sh')
```

## Autotools dist VS Meson dist

Expand Down

0 comments on commit d25fcbb

Please sign in to comment.