You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to build on macOS Sonoma following the guides #134 and #153. I am getting the following error.
% make pdf
mkdir -p dist/
asciidoctor -b docbook45 -a numbered -d book -a data-uri! src/index.adoc -o dist/clojurescript-unraveled.xml
asciidoctor: FAILED: missing converter for backend 'docbook45'. Processing aborted.
Use --trace to show backtrace
make: *** [docbook] Error 1
I am unable to build on macOS Sonoma following the guides #134 and #153. I am getting the following error.
I was able to generate PDF using asciidoctor-pdf.
Then run
asciidoctor-pdf src/index.adoc
. This will create index.pdf file.ClojureScript Unraveled (3rd edition).pdf
You could have generated the PDF and other version in the repo so that each person doesn't have to build the file.
Thank you for the book!
The text was updated successfully, but these errors were encountered: