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

2016-08-30 Thread Tomáš Čech
On Mon, Aug 29, 2016 at 05:41:59PM +0200, Ludovic Courtès wrote: 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-

Re: 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

Re: [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

Re: [PATCH] gnu: asciidoc: Use local docbook-xsl package.

2016-08-21 Thread Leo Famulari
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 as dd10ba6356. And then I remembered that you could have pushe

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

2016-08-19 Thread Tomáš Čech
* gnu/packages/documentation.scm (asciidoc)[inputs]: Add docbook-xsl. [arguments]: Add 'make-local-docbook-xsl' phase. --- gnu/packages/documentation.scm | 19 +-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/gnu/packages/documentation.scm b/gnu/packages/documenta

Re: [PATCH] gnu: asciidoc: Use local docbook-xsl package.

2016-08-14 Thread Tomáš Čech
On Wed, Aug 10, 2016 at 02:48:46PM -0400, Leo Famulari wrote: 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 d

Re: [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

[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