summaryrefslogtreecommitdiff
path: root/docs/TRANSLATORS.md
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-12-11 11:33:39 +0100
committerLennart Poettering <lennart@poettering.net>2020-12-17 16:51:48 +0100
commit8b08be4052fa51a9ad0de8a6f9213efe4dac213d (patch)
tree710fb0a1db155393094eccd9fda1eca13eea9b0f /docs/TRANSLATORS.md
parent68f18549c551d677d97ebd18d27827e1613a06a7 (diff)
downloadsystemd-8b08be4052fa51a9ad0de8a6f9213efe4dac213d.tar.gz
tree-wide: suggest meson command lines instead of ninja ones
This only changes documentation. In various places we call "ninja" directly. I figured it would be safer to leave those in place for now, given the meson replacement commands lines appears to be supported in newer meson versions only.
Diffstat (limited to 'docs/TRANSLATORS.md')
-rw-r--r--docs/TRANSLATORS.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/TRANSLATORS.md b/docs/TRANSLATORS.md
index a120bcafbc..fa74e19fee 100644
--- a/docs/TRANSLATORS.md
+++ b/docs/TRANSLATORS.md
@@ -26,7 +26,7 @@ To create a translation to a language not yet available, start by creating the
initial template:
```
-$ ninja -C build/ systemd-pot
+$ meson compile -C build/ systemd-pot
```
This will generate file `po/systemd.pot` in the source tree.
@@ -50,7 +50,7 @@ using the `poedit` GUI editor.)
Start by updating the `*.po` files from the latest template:
```
-$ ninja -C build/ systemd-update-po
+$ meson compile -C build/ systemd-update-po
```
This will touch all the `*.po` files, so you'll want to pay attention when
@@ -74,7 +74,7 @@ using `git checkout -- po/` after you commit the changes you do want to keep.)
You can recompile the `*.po` files using the following command:
```
-$ ninja -C build/ systemd-gmo
+$ meson compile -C build/ systemd-gmo
```
The resulting files will be saved in the `build/po/` directory.