-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
Hello there,
I have cloned the repo and tried to generate a pdf version of the book by using:
asciidoctor-pdf progit.asc
I received a lot of error messages informing that all of the *.png images could not be found in directory images:
image to embed not found or not readable
It was because directory images does not exist. I had to create one and copy all *.png
files I could find in the repo:
lukasz@debkde:~/progit2$ pwd | find -name "*.png" -type f -exec cp {} ./images \;
After that I could run asciidoctor-pdf progit.asc
to generate the book. I really appreciate it, thanks.
Metadata
Metadata
Assignees
Labels
No labels