summaryrefslogtreecommitdiff
path: root/docs/markdown/Creating-Linux-binaries.md
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-07-14 00:01:39 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-07-14 00:01:39 -0400
commit5851c133a0d336c2f7cef2f7d155e30f9fcc5d9a (patch)
tree5d7df67f74f899f3dc3e7f681b2413a63d1c9bcd /docs/markdown/Creating-Linux-binaries.md
parent69131e724269b3ada3a9058a2f1722ddd0617583 (diff)
downloadmeson-5851c133a0d336c2f7cef2f7d155e30f9fcc5d9a.tar.gz
docs: add some function linkification in code snippets
Let people easily find the documentation for concepts we are trying to teach.
Diffstat (limited to 'docs/markdown/Creating-Linux-binaries.md')
-rw-r--r--docs/markdown/Creating-Linux-binaries.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Creating-Linux-binaries.md b/docs/markdown/Creating-Linux-binaries.md
index 71c96e470..1489ce131 100644
--- a/docs/markdown/Creating-Linux-binaries.md
+++ b/docs/markdown/Creating-Linux-binaries.md
@@ -103,7 +103,7 @@ project](https://github.com/jpakkane/meson/tree/master/manual%20tests/4%20standa
Make the script run during install with this:
```meson
-meson.add_install_script('linux_bundler.sh')
+[[#meson.add_install_script]]('linux_bundler.sh')
```
## Final steps
@@ -125,7 +125,7 @@ bin/myapp
Install it with this Meson snippet:
```meson
-install_data('myapp.sh', install_dir : '.')
+[[#install_data]]('myapp.sh', install_dir : '.')
```
And now you are done. Zip up your `/tmp/myapp` directory and you have