aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-01-27 10:57:27 -0800
committerJohn MacFarlane <[email protected]>2024-01-27 10:57:27 -0800
commit6fe94a316a950bd2d1176dc4337f312e6e8e7b4a (patch)
treee7b8fc3f529727047714b71f5517015a071c378a /Makefile
parentcaa73134bc8249060b3636179b08fcfb57b86c36 (diff)
make validate-epub - produce HTML ace report in ace subdirectory.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $^ \