From: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
To: 34893@debbugs.gnu.org
Subject: bug#34893: Translated manuals refer to wrong substitute server
Date: Sun, 17 Mar 2019 14:53:56 +0100 [thread overview]
Message-ID: <20190317135356.g24jskif3axeraw6@pelzflorian.localdomain> (raw)
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
next reply other threads:[~2019-03-17 13:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-17 13:53 pelzflorian (Florian Pelz) [this message]
2021-01-12 14:21 ` bug#34893: Translated manuals refer to wrong substitute server Julien Lepiller
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190317135356.g24jskif3axeraw6@pelzflorian.localdomain \
--to=pelzflorian@pelzflorian.de \
--cc=34893@debbugs.gnu.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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).