Cannot compile book using asciidoc
steve4835 opened this issue · 1 comments
steve4835 commented
When trying to compile book to PDF using asciidoctor-pdf book/HypermediaSystems.adoc
, I get the following errors:
asciidoctor: ERROR: HypermediaSystems.adoc: line 30: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH00_Introduction.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 31: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH01_HypermediaAReintroduction.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 32: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH02_ComponentsOfAHypermediaSystem.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 33: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH03_BuildingASimpleWebApplication.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 35: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
asciidoctor: ERROR: HypermediaSystems.adoc: line 37: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH04_ExtendingHTMLAsHypermedia.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 38: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH05_htmxPatterns.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 39: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH06_MorehtmxPatterns.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 40: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH07_ADynamicArchiveUIWithhtmx.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 41: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH08_TricksOfThehtmxMasters.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 42: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH09_ScriptingInAHypermediaApplication.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 43: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH10_JSONDataAPIs.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 45: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
asciidoctor: ERROR: HypermediaSystems.adoc: line 47: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH11_HyperviewAMobileHypermedia.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 48: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH12_BuildingAContactsAppWithHyperview.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 49: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH13_ExtendingTheHyperviewClient.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 51: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
asciidoctor: ERROR: HypermediaSystems.adoc: line 53: include file not found: /mnt/raid/code/hypermedia-systems/book/book/CH14_Conclusion.adoc
asciidoctor: ERROR: HypermediaSystems.adoc: line 54: invalid part, must have at least one section (e.g., chapter, appendix, etc.)
I'm sure it's something I'm doing wrong or have configured wrong, but I'm not familiar with asciidoctor, and there is no documentation on this in the codebase
1cg commented
We are moving to a new repo and typesetting tool soon which should make it much easier to build the book.