all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: Rafael Fontenelle <rafaelff@gnome.org>
Cc: help-guix@gnu.org
Subject: Re: How to build only Guix Manual
Date: Mon, 2 Sep 2019 21:57:57 +0200	[thread overview]
Message-ID: <20190902215757.326904a0@sybil.lepiller.eu> (raw)
In-Reply-To: <CAFPa+Sk22jjyaeONZCgh15v1uhP0s1G=qGAFsb4i9Q5JZ3r=mA@mail.gmail.com>

Le Mon, 2 Sep 2019 16:41:22 -0300,
Rafael Fontenelle <rafaelff@gnome.org> a écrit :

> Hello,
> 
> I'm translating Guix Manual to Brazilian Portuguese, and I want to
> build only the documentation (not the software) in order to test my
> translation.
> 
> What I've got so far found:
> 1- doc/build.scm : line 9 : added "pt_BR" to the list of languages
> 2- doc/local.mk : line 21 : added guix.pt_BR.texi to info_TEXINFOS
> 3- doc/local.mk : line 34 : added guix/contributing.pt_BR.texi to
> TRANSLATED_INFO
> 4- po/doc/local.mk: line 58: added "guix-manual.pt_BR.po" to
> DOC_PO_FILES
> 
> Is there a way for me to build only the Guix Manual (not the
> software)?
> 
> Thanks in advance.
> 
> Best regards,
> Rafael Fontenelle
> 

Hi Rafael,

thanks for taking the time to translate the manual!

You can build the manual only by configuring the repository. If you are
running guix, you can simply run `guix environment guix` inside your
current git checkout. Otherwise, you will need to install the required
dependencies using your system package manager.

Then, you can run:

./bootstrap
./configure --localstatedir=/var

and to build only the manual:

make doc/guix.pt_BR.info

or

make doc/guix.pt_BR.html

  reply	other threads:[~2019-09-02 19:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-02 19:41 How to build only Guix Manual Rafael Fontenelle
2019-09-02 19:57 ` Julien Lepiller [this message]
2019-09-03  0:37   ` Rafael Fontenelle
2019-09-03  8:16     ` Julien Lepiller
2019-09-03 11:08       ` Rafael Fontenelle
2019-09-03 11:33         ` Julien Lepiller
2019-09-03 12:03           ` Rafael Fontenelle
2019-10-17  6:18           ` Translating texinfo commands in Guix manual (was: Re: How to build only Guix Manual) Rafael Fontenelle
2019-10-17  7:33             ` pelzflorian (Florian Pelz)
2019-10-17  8:17               ` Rafael Fontenelle
2019-10-17  8:44                 ` pelzflorian (Florian Pelz)
2019-09-03  9:22   ` How to build only Guix Manual Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190902215757.326904a0@sybil.lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=help-guix@gnu.org \
    --cc=rafaelff@gnome.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.