From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id eDDsOCRl1GJ3CAAAbAwnHQ (envelope-from ) for ; Sun, 17 Jul 2022 21:38:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id OFTMOCRl1GIQKwAAauVa8A (envelope-from ) for ; Sun, 17 Jul 2022 21:38:12 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 899E43B57E for ; Sun, 17 Jul 2022 21:38:12 +0200 (CEST) Received: from localhost ([::1]:38888 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oDA5j-0003Xd-Oj for larch@yhetil.org; Sun, 17 Jul 2022 15:38:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33926) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDA5b-0003WZ-4F for guix-patches@gnu.org; Sun, 17 Jul 2022 15:38:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50857) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oDA5a-0002Zq-Rn for guix-patches@gnu.org; Sun, 17 Jul 2022 15:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oDA5a-0006v7-Nc for guix-patches@gnu.org; Sun, 17 Jul 2022 15:38:02 -0400 Subject: bug#56402: [PATCH] doc: Fix the example of "Run `make` automatically" Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sun, 17 Jul 2022 19:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56402 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Rostislav Svoboda Cc: 56402-done@debbugs.gnu.org Mail-Followup-To: 56402@debbugs.gnu.org, ludo@gnu.org, rostislav.svoboda@gmail.com Received: via spool by 56402-done@debbugs.gnu.org id=D56402.165808665726561 (code D ref 56402); Sun, 17 Jul 2022 19:38:02 +0000 Received: (at 56402-done) by debbugs.gnu.org; 17 Jul 2022 19:37:37 +0000 Received: from localhost ([127.0.0.1]:48615 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDA5B-0006uK-Hh for submit@debbugs.gnu.org; Sun, 17 Jul 2022 15:37:37 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oDA59-0006u6-EO for 56402-done@debbugs.gnu.org; Sun, 17 Jul 2022 15:37:35 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49848) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDA4w-0002RG-Lk; Sun, 17 Jul 2022 15:37:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=qMUslvd5IlDfi7bShAZNp8gKzv/Yb6rMwJHVr7EfSLs=; b=W6x+CP1qsAtnKsruia/Z UUz0EWwVmBXuo11T1EpVzQ+0f37TcfQAm3krAffAZHiTpw+4EnWGQ3JaLDkPeu3woneyAN7yEaSp3 lZeSPIRVYy0OJ4fCioQmaoW3YdCAS3bmRxkxs79lq2ZadD50ZSE7UqXHv86hvjvTH34MHpp+qatNj 2EYLGJYbmOCb6JhKA2P4pSAb0ss3Xwn1Vyl1HvdZSfp7TCVdxco+z6OyF+CYfYbrMbZdYglphLoiA oZ2c8gFDar9kNEspLGn7WaoeR0uS9tvjRYdMs9DPq+Qw1yxmzG4PgClKC94ia1V/08ToPFJx7qfGG Hlvexltm9vSbow==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:51889 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oDA4w-0000oT-7T; Sun, 17 Jul 2022 15:37:22 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220705163544.31066-1-Rostislav.Svoboda@gmail.com> Date: Sun, 17 Jul 2022 21:37:20 +0200 In-Reply-To: <20220705163544.31066-1-Rostislav.Svoboda@gmail.com> (Rostislav Svoboda's message of "Tue, 5 Jul 2022 18:35:44 +0200") Message-ID: <871quj4jkf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1658086692; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=qMUslvd5IlDfi7bShAZNp8gKzv/Yb6rMwJHVr7EfSLs=; b=ODogDHRgDqnLsvGPQptjRL1/4zU2qF61dz7GPhf3cyf/hVitt1mNrD+39dNUCvl0gZRAP0 LggiY2FWU6sWnu2qm3XJtkrY+lcVRRmle78/KQIi3GzzynUuTd3a1fXev4VMW4ShkazgmB Ds8auY8Z9878aLMAcXOXtcsDzfVWudA4LFtKheoI0/Md2JgRNmKZh5hIaedDtxtllzs7+d u8LnZmw9LfGdtDK3NPBItINCXTKMkdGr8mNwlRoE5/fflrjB8PSFctg9YvI0MONb01ZmIw bQm4P4Eb2WKBYatF6WFvf6qNbqFeLH7CwQJedudgRQ9NAZ1blvOx6/CMbTRk8w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1658086692; a=rsa-sha256; cv=none; b=X6eJvknzValAkkLkzt8NL+LWd7bAdwCflVifoAJh1U6bzYC7m/xTnpMIXfFW5OIXqodwI1 Cgd7oRrZH+FTlLLXVnsCgBEuC0QsbySWlGCTWo9rVjzAulzuluh9HA5w+fmy0ASEVJnGKA DcyjCbrvin09WfWDIm/h4LjluDVc5hANOHFTqHuPJ3R/hzPF/0SsjMMHVccDm0U4UMVaXd xoF22kJKrzt8ao4GxqDckn5KdJB2peT4CqeTBMkn20pZ0kmjCUdVHOP/j1q+UvLLDFQDaL J3pJ7MX0u0GQ5d9gxHPXxav6DeyoBFDYpU1UDJZhHUgfEBg664welO+HCXQSRA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=W6x+CP1q; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.33 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=W6x+CP1q; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 899E43B57E X-Spam-Score: -2.33 X-Migadu-Scanner: scn1.migadu.com X-TUID: lJ6QIIprMIXY Hi, Rostislav Svoboda 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=E2=80=99d usually let them update their copies. Ludo=E2=80=99.