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
$ make pdf
mkdir -p docs/
asciidoctor -b docbook45 -a numbered -d book -a data-uri! src/index.adoc -o docs/clojurescript-unraveled.xml
asciidoctor: FAILED: missing converter for backend 'docbook45'. Processing aborted.
Use --trace for backtrace
make: *** [docbook] Error 1
I followed the steps here:
#134
I made a search on 'docbook45' and found this repo:
https://github.com/asciidoctor/asciidoctor-backends/tree/master/haml/docbook45
Could anyone advice me how to fix this issue?
I'd appreciate your help.
The text was updated successfully, but these errors were encountered: