From abeb0f63cde2b96558c52ed4579e46292c9010e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amy=20de=20Buitl=C3=A9ir?= Date: Mon, 12 Jun 2023 17:55:05 +0100 Subject: [PATCH] initial commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f0f6a6a..a4c0d31 100644 --- a/Makefile +++ b/Makefile @@ -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 :