Re: How to package gnucash-docs

2017-09-07 Thread Ludovic Courtès
Hello! Chris Marusich 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. I

How to package gnucash-docs

2017-09-06 Thread Chris Marusich
Hi, I've noticed that the "help document" for GnuCash doesn't show up in Yelp on GNOME. Apparently, this is because most (if not all) of the GnuCash documentation is packaged separately in gnucash-docs, which hasn't been added to Guix yet. I've added it successfully (see attached patch), but I'm