initial commit

This commit is contained in:
Amy de Buitléir 2023-06-12 17:55:05 +01:00
parent 978c906847
commit abeb0f63cd

View file

@ -25,7 +25,7 @@ html : index.html
> cd $(dir $@); run-code-inline < $(notdir $<) 2>&1 | tee $(notdir $@)
index.html : $(ADOC_FILES)
> asciidoctor -b html5 -d book -o $(MAIN_ADOC_FILE) $<
> asciidoctor -b html5 -d book -o $@ $(MAIN_ADOC_FILE)
.PHONY: clean
clean :