From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Fontenelle Subject: Re: How to build only Guix Manual Date: Tue, 3 Sep 2019 08:08:14 -0300 Message-ID: References: <20190902215757.326904a0@sybil.lepiller.eu> <29D826AB-D5B7-4902-80D3-FB9EACCA5CF9@lepiller.eu> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49956) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i56gB-0002Di-6V for help-guix@gnu.org; Tue, 03 Sep 2019 07:08:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i56gA-0002kQ-6j for help-guix@gnu.org; Tue, 03 Sep 2019 07:08:55 -0400 Received: from mail-lj1-f169.google.com ([209.85.208.169]:33854) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i56g9-0002ju-W6 for help-guix@gnu.org; Tue, 03 Sep 2019 07:08:54 -0400 Received: by mail-lj1-f169.google.com with SMTP id x18so15624133ljh.1 for ; Tue, 03 Sep 2019 04:08:53 -0700 (PDT) Received: from mail-lf1-f44.google.com (mail-lf1-f44.google.com. [209.85.167.44]) by smtp.gmail.com with ESMTPSA id j28sm2198406lfh.57.2019.09.03.04.08.51 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 03 Sep 2019 04:08:51 -0700 (PDT) Received: by mail-lf1-f44.google.com with SMTP id l11so12542253lfk.6 for ; Tue, 03 Sep 2019 04:08:51 -0700 (PDT) In-Reply-To: <29D826AB-D5B7-4902-80D3-FB9EACCA5CF9@lepiller.eu> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Julien Lepiller Cc: help-guix@gnu.org Em ter, 3 de set de 2019 =C3=A0s 05:16, Julien Lepiller escreveu: > > I don't understand why they are not generated when building individual in= fo manuals. You can build these files with: > > make doc/os-config-bare-bones.texi > ect > > Note that we don't provide a way to translate these examples yet, so you'= ll have to use the English filename for now, or help us get them translated= :) Thanks Julien and Ludovic (in other email) for the replies. Yep, adding the above command did the job and the build of HTML manual worked just fine. Doubt: is it safe to replace @pxref and @xref with @ref? These two macros prefix an untranslatable "see" and "See", respectively, before the linked section. So I am considering using "veja @ref" and "Veja @ref" (veja =3D "see" translation) instead.