diff options
| author | John MacFarlane <[email protected]> | 2024-01-27 10:34:00 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-01-27 10:34:00 -0800 |
| commit | caa73134bc8249060b3636179b08fcfb57b86c36 (patch) | |
| tree | 31fe1df1899cfe33b0064c72276a08f3962cc18c /Makefile | |
| parent | 8d09c4aff4dd2257c9732ca78b6911eb3348481f (diff) | |
Regenerate epub tests with latest changes to EPUB reader.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ validate-epub: ## generate an epub and validate it with epubcheck and ace which epubcheck || exit 1 which ace || exit 1 tmp=$$(mktemp -d) && \ - $(pandoc) test/epub/features.native -Mtitle="Features" --resource-path test/epub -o $$tmp/file.epub --number-sections --toc --quiet && \ + $(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 |
