all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: Chris Marusich <cmmarusich@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: How to package gnucash-docs
Date: Thu, 07 Sep 2017 10:33:57 +0200	[thread overview]
Message-ID: <87d172zz4a.fsf@gnu.org> (raw)
In-Reply-To: <87lglsds6s.fsf@gmail.com> (Chris Marusich's message of "Wed, 06 Sep 2017 03:42:19 -0700")

Hello!

Chris Marusich <cmmarusich@gmail.com> skribis:

> First, "make check" fails because xmllint tries to look up a DTD on the
> Internet when validating the XML for dozens of documents.

Usually it’s a matter of defining XML_CATALOG_FILES (which happens
automatically if libxml2 is an input), or something similar.  If you
grep gnu/packages/*.scm, you’ll find instances of this that either add
libxml2 as an input, or modify the XML DTD URL to refer to the local
DTD.

> Second, I'm not sure if gnucash-docs should exist as a separate package
> in Guix.  I feel like it would be nicer if I could just add this as a
> "doc" output of the gnucash package.  How can I accomplish that?

If upstream makes it a separate package, I think it’s OK to make it a
separate package too.

Now, if you really want to make it a single package, it’s also possible,
by simply adding extra phases in ‘gnucash’ to build the doc.

HTH!

Ludo’.

      reply	other threads:[~2017-09-07  8:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-06 10:42 How to package gnucash-docs Chris Marusich
2017-09-07  8: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

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

  git send-email \
    --in-reply-to=87d172zz4a.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=cmmarusich@gmail.com \
    --cc=guix-devel@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 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.