unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: John Darrington <jmd@gnu.org>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Do not skip generation of documentation
Date: Sun, 13 Jul 2014 15:33:05 +0200	[thread overview]
Message-ID: <87zjgdcrji.fsf@gnu.org> (raw)
In-Reply-To: <1405179023-5601-1-git-send-email-jmd@gnu.org> (John Darrington's message of "Sat, 12 Jul 2014 17:30:23 +0200")

John Darrington <jmd@gnu.org> skribis:

> * gnu/packages/docbook.scm (docbook-xml): Substitute remote uris by local ones
> * gnu/packages/docbook.scm (docbook-xml-4.4, docbook-xml-4.3): New variables.
> * gnu/packages/docbook.scm (docbook-xsl): Update to version 1.78.1, and substitute
> 	remote uris with local ones.

Please don’t repeat the file name, and don’t introduce extra spaces
(info "(standard) Style of Change Logs").

> * gnu/packages/gnome.scm (gnome-doc-utils): Do not skip tests.

Could you make this one a separate patch?

> * gnu/packages/web.scm (tinyproxy): Cleanup XML_CATALOG_FILES workaround.

And this one too?

> +          (setenv "XML_CATALOG_FILES" 
> +                  (string-append
> +                   (assoc-ref inputs "docbook-xsl") "/xml/xsl/docbook-xsl-1.78.1/catalog.xml"
> +                   " "  ; This must be a space, not a : (contrary to the documentation)
> +                   (assoc-ref inputs "docbook-xml") "/xml/dtd/docbook/catalog.xml"
> +                   )))

Move the closing parents at the end of the previous line.

Otherwise looks OK.

Thanks,
Ludo’.

      reply	other threads:[~2014-07-13 13:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-12 15:30 [PATCH] gnu: Do not skip generation of documentation John Darrington
2014-07-13 13:33 ` Ludovic Courtès [this message]

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=87zjgdcrji.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guix-devel@gnu.org \
    --cc=jmd@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).