all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Julien Lepiller <julien@lepiller.eu>
To: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
Cc: 34893-close@debbugs.gnu.org
Subject: bug#34893: Translated manuals refer to wrong substitute server
Date: Tue, 12 Jan 2021 15:21:14 +0100	[thread overview]
Message-ID: <20210112152041.070bd43f@tachikoma.lepiller.eu> (raw)
In-Reply-To: <20190317135356.g24jskif3axeraw6@pelzflorian.localdomain>

Le Sun, 17 Mar 2019 14:53:56 +0100,
"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> a écrit :

> Where the manual refers to the default substitute server
> https://ci.guix.info, the translated manuals wrongly use
> https://ci.guix.fr.info or similar.
> 
> This is because at the top of doc/guix.texi it says
> 
> @set SUBSTITUTE-SERVER ci.guix.info
> 
> which is wrongly replaced by something like
> 
> @set SUBSTITUTE-SERVER ci.guix.fr.info
> 
> in doc/guix.fr.texi.
> 
> 
> I believe this is because doc/local.mk has the following code:
> 
> $(srcdir)/%D%/guix.%.texi: po/doc/guix-manual.%.po
> $(srcdir)/%D%/contributing.%.texi -$(AM_V_PO4A)$(PO4A_TRANSLATE)
> $(PO4A_PARAMS) -m "%D%/guix.texi" -p "$<" -l "$@.tmp" -sed -i
> "s|guix\.info|$$(basename "$@" | sed 's|texi$$|info|')|" "$@.tmp"
> -$(AM_V_POXREF)$(xref_command) -mv "$@.tmp" "$@"
> 
> 
> Please change either the line “@set SUBSTITUTE-SERVER ci.guix.info” to
> use escape sequences so it is not affected by the local.mk code, or
> change the local.mk code somehow.
> 
> Regards,
> Florian

Since we don't use the guix.info domain anymore, this should not be an
issue anymore. I'm closing this issue, but feel free to re-open if you
think this is still an issue.




  reply	other threads:[~2021-01-12 14:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-17 13:53 bug#34893: Translated manuals refer to wrong substitute server pelzflorian (Florian Pelz)
2021-01-12 14:21 ` Julien Lepiller [this message]
2021-01-12 17:58   ` pelzflorian (Florian Pelz)

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=20210112152041.070bd43f@tachikoma.lepiller.eu \
    --to=julien@lepiller.eu \
    --cc=34893-close@debbugs.gnu.org \
    --cc=pelzflorian@pelzflorian.de \
    /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.