From 6fe94a316a950bd2d1176dc4337f312e6e8e7b4a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 27 Jan 2024 10:57:27 -0800 Subject: make validate-epub - produce HTML ace report in ace subdirectory. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cb20f608b..13539b4d0 100644 --- a/Makefile +++ b/Makefile @@ -259,7 +259,7 @@ validate-epub: ## generate an epub and validate it with epubcheck and ace $(pandoc) test/epub/wasteland.native -Mtitle="The Wasteland" --resource-path test/epub -o $$tmp/file.epub --number-sections --toc --quiet && \ echo $$tmp/file.epub && \ epubcheck $$tmp/file.epub && \ - ace $$tmp/file.epub + ace $$tmp/file.epub -o ace --force modules.csv: $(PANDOCSOURCEFILES) @rg '^import.*Text\.Pandoc\.' --with-filename $^ \ -- cgit v1.2.3