diff options
| author | John MacFarlane <[email protected]> | 2024-01-27 10:57:27 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-01-27 10:57:27 -0800 |
| commit | 6fe94a316a950bd2d1176dc4337f312e6e8e7b4a (patch) | |
| tree | e7b8fc3f529727047714b71f5517015a071c378a /Makefile | |
| parent | caa73134bc8249060b3636179b08fcfb57b86c36 (diff) | |
make validate-epub - produce HTML ace report in ace subdirectory.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $^ \ |
