bug#24145: [PATCH] gnu: asciidoc: Use local docbook-xsl package.

2016-08-29 Thread Ludovic Courtès
Hello, Tomáš Čech skribis: > * gnu/packages/documentation.scm(asciidoc): New input docbook-xsl, > replace use of online source and prefer docbook-xsl package. Rather: * gnu/packages/documentation (asciidoc)[inputs]: Add PYTHON-2 and DOCBOOK-XSL. (arguments): Add 'make-local-docbook-xsl' phas

bug#24145: [PATCH] gnu: asciidoc: Use local docbook-xsl package.

2016-08-21 Thread Leo Famulari
On Mon, Aug 22, 2016 at 08:04:40AM +0200, Tomáš Čech wrote: > On Sun, Aug 21, 2016 at 05:44:12PM -0400, Leo Famulari wrote: > > On Fri, Aug 19, 2016 at 09:08:43PM +0200, Tomáš Čech wrote: > > > * gnu/packages/documentation.scm (asciidoc)[inputs]: Add docbook-xsl. > > > [arguments]: Add 'make-local-

bug#24145: [PATCH] gnu: asciidoc: Use local docbook-xsl package.

2016-08-21 Thread Tomáš Čech
On Sun, Aug 21, 2016 at 05:44:12PM -0400, Leo Famulari wrote: On Fri, Aug 19, 2016 at 09:08:43PM +0200, Tomáš Čech wrote: * gnu/packages/documentation.scm (asciidoc)[inputs]: Add docbook-xsl. [arguments]: Add 'make-local-docbook-xsl' phase. Thanks! I added a comment above the phase and pushed

bug#24145: [PATCH] gnu: asciidoc: Use local docbook-xsl package.

2016-08-10 Thread Leo Famulari
On Wed, Aug 03, 2016 at 11:07:52PM +0200, Tomáš Čech wrote: > * gnu/packages/documentation.scm(asciidoc): New input docbook-xsl, > replace use of online source and prefer docbook-xsl package. Not having any practical experience with docbook-xsl, I think this change looks fine, in general. I thi

bug#24145: [PATCH] gnu: asciidoc: Use local docbook-xsl package.

2016-08-03 Thread Tomáš Čech
* gnu/packages/documentation.scm(asciidoc): New input docbook-xsl, replace use of online source and prefer docbook-xsl package. --- gnu/packages/documentation.scm | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/gnu/packages/documentation.scm b/gnu/packages