Re: [Kicad-developers] asciidoc

2021-05-30 Thread Carsten Schoenert
Hi, this topic more relevant for kicad-doc I think. Am 30.05.21 um 20:34 schrieb Jon Evans: > You want this one: https://github.com/Mogztter/asciidoctor-web-pdf > > On Ubuntu I install it with "sudo npm i -g @asciidoctor/core asciidoctor-pdf" For Debian (and also for Ubuntu) this isn't possible

Re: [Kicad-developers] asciidoc

2021-05-30 Thread Jon Evans
If you use Docker, there is also a container for the docs build based on Debian: https://gitlab.com/kicad/services/kicad-doc/-/blob/master/utils/docker/Dockerfile.kicad-doc-builder-base Maybe this is also helpful for setting up a Fedora VM or Docker container On Sun, May 30, 2021 at 3:00 PM Stev

Re: [Kicad-developers] asciidoc

2021-05-30 Thread Steven A. Falco
I'll have to spin up a VM to play with that. I'll get back to you... :-) Steve On 5/30/21 2:34 PM, Jon Evans wrote: You want this one: https://github.com/Mogztter/asciidoctor-web-pdf On Ubuntu I install it with "sudo npm i -g @asciidoctor/core asciidoctor-pdf" On Sun, May 30, 2021 at

Re: [Kicad-developers] asciidoc

2021-05-30 Thread Jon Evans
You want this one: https://github.com/Mogztter/asciidoctor-web-pdf On Ubuntu I install it with "sudo npm i -g @asciidoctor/core asciidoctor-pdf" On Sun, May 30, 2021 at 2:33 PM Steven A. Falco wrote: > > I'm able to build the html pages, which is all we need for the nightlies, but > I am not ab

Re: [Kicad-developers] asciidoc

2021-05-30 Thread Steven A. Falco
I'm able to build the html pages, which is all we need for the nightlies, but I am not able to build the pdf files. I get an error: Could NOT find ASCIIDOCTORPDF (missing: ASCIIDOCTORPDF_COMMAND) It looks like CMakeModules/FindASCIIDOCTORPDF.cmake wants a program called "asciidoctor-w

Re: [Kicad-developers] asciidoc

2021-05-30 Thread Steven A. Falco
Thanks Jon. I'm running a test build now. If it passes, I'll propose a patch for the README. I'll also push the change to the nightly Fedora builds. Steve On 5/30/21 1:51 PM, Jon Evans wrote: Hi Steve, As the readme notes, I have not yet updated the docs for Fedora or Manjaro/Arch

Re: [Kicad-developers] asciidoc

2021-05-30 Thread Jon Evans
Hi Steve, As the readme notes, I have not yet updated the docs for Fedora or Manjaro/Arch as I don't use those distros and am not sure of the right incantations. If you can advise what should go into the README I'm happy to update it. Also, please let me know if you run into any snags building t

[Kicad-developers] asciidoc

2021-05-30 Thread Steven A. Falco
The Fedora nightly build for doc failed because it wanted asciidoctor, but all it had was asciidoc. I believe I just need to change the "buildrequires" from: BuildRequires: asciidoc to: BuildRequires: rubygem-asciidoctor in the kicad-nightly-doc.spec file. However, I also noticed that the