This commit is contained in:
Amy de Buitléir 2023-08-19 18:44:50 +01:00
parent 5269094856
commit ccd4b0d04b
3 changed files with 25153 additions and 18705 deletions

View file

@ -38,6 +38,8 @@ pdf : $(PDF_FILE)
# The "dir" and "notdir" functions extract the directory and base filename from a path, respectively.
%-generated.adoc : %.adoc0
> cd $(dir $@); run-code-inline < $(notdir $<) 2>&1 | tee $(notdir $@)
> sed -i 's/\x0d\x1b.\x4b//g' $@
# The last line fixes some weird characters generated by some nix commands
$(HTML_FILE) : $(ADOC_FILES)
> asciidoctor -b html5 -d book $(ADOC_ATTRIBUTES) $(ADOC_HTML_ATTRIBUTES) -o $@ $(MAIN_ADOC_FILE)

1329
index.html

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff