Re: Program to build the on-line manuals (HTML + PDF)

2019-07-11 Thread Ludovic Courtès
Hello! Ricardo Wurmus skribis: >> I’ve committed an improved version of doc/build.scm as >> ccadafdcefee012c261513e9d8663a22704bc496. >> >> It expects to be used from a Git checkout like so: >> >> guix build -f doc/build.scm >> >> Hopefully it addresses the issues you had before, Ricardo. > >

Re: Program to build the on-line manuals (HTML + PDF)

2019-07-08 Thread Ricardo Wurmus
Hi Ludo, > I’ve committed an improved version of doc/build.scm as > ccadafdcefee012c261513e9d8663a22704bc496. > > It expects to be used from a Git checkout like so: > > guix build -f doc/build.scm > > Hopefully it addresses the issues you had before, Ricardo. It does! It’s really great. I j

Re: Program to build the on-line manuals (HTML + PDF)

2019-07-07 Thread Ludovic Courtès
Hello! I’ve committed an improved version of doc/build.scm as ccadafdcefee012c261513e9d8663a22704bc496. It expects to be used from a Git checkout like so: guix build -f doc/build.scm Hopefully it addresses the issues you had before, Ricardo. There are a few FIXMEs in there (one is about TeX,

Re: Program to build the on-line manuals (HTML + PDF)

2019-05-21 Thread Ricardo Wurmus
Ricardo Wurmus writes: > pelzflorian (Florian Pelz) writes: > >>> from within the “doc” directory, but this is what I get: >>> >>> --8<---cut here---start->8--- >>> ;;; (repo "/home/rekado/dev/gx/branches/master/doc/..") >>> guix build: error: failed to load

Re: Program to build the on-line manuals (HTML + PDF)

2019-05-21 Thread Ricardo Wurmus
pelzflorian (Florian Pelz) writes: >> from within the “doc” directory, but this is what I get: >> >> --8<---cut here---start->8--- >> ;;; (repo "/home/rekado/dev/gx/branches/master/doc/..") >> guix build: error: failed to load 'build.scm': >> git/branch.scm:

Re: Program to build the on-line manuals (HTML + PDF)

2019-05-20 Thread pelzflorian (Florian Pelz)
Gavin Smith from Texinfo has made numerous commits there at Texinfo in the past years to support xelatex to support UTF-8, but I could not get it to work. Maybe Gavin Smith knows how to produce the non-Latin PDF manuals? It seems it is undocumented. On Mon, May 20, 2019 at 11:52:53PM +0200, Rica

Re: Program to build the on-line manuals (HTML + PDF)

2019-05-20 Thread Ricardo Wurmus
Ludovic Courtès writes: > Here’s a build program I used to generate all the gnu.org/s/guix/manual > hierarchy, with all the languages, HTML and PDF. > > You can drop in your Guix tree and run, say: > > GUIX_MANUAL_VERSION=1.0.1 guix build -f build.scm > > to build the manual for 1.0.1. Neat!

Program to build the on-line manuals (HTML + PDF)

2019-05-20 Thread Ludovic Courtès
Hello Guix! Here’s a build program I used to generate all the gnu.org/s/guix/manual hierarchy, with all the languages, HTML and PDF. You can drop in your Guix tree and run, say: GUIX_MANUAL_VERSION=1.0.1 guix build -f build.scm to build the manual for 1.0.1. It’s rough on the edges so I’d li