[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#56402: [PATCH] doc: Fix the example of "Run `make` automatically"
From: |
Ludovic Courtès |
Subject: |
bug#56402: [PATCH] doc: Fix the example of "Run `make` automatically" |
Date: |
Sun, 17 Jul 2022 21:37:20 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) |
Hi,
Rostislav Svoboda <rostislav.svoboda@gmail.com> skribis:
> * doc/contributing.texi (Running Guix Before It Is Installed): add missing
> command separator '--'.
> ---
> doc/contributing.texi | 4 ++--
> po/doc/guix-manual.de.po | 4 ++--
> po/doc/guix-manual.es.po | 2 +-
> po/doc/guix-manual.fr.po | 4 ++--
> po/doc/guix-manual.pt_BR.po | 2 +-
> po/doc/guix-manual.ru.po | 2 +-
> po/doc/guix-manual.zh_CN.po | 2 +-
> 7 files changed, 10 insertions(+), 10 deletions(-)
Applied the .texi part, thanks!
Note that .po files are updated by translators as explained in the
manual, so we’d usually let them update their copies.
Ludo’.