aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-01-27 10:34:00 -0800
committerJohn MacFarlane <[email protected]>2024-01-27 10:34:00 -0800
commitcaa73134bc8249060b3636179b08fcfb57b86c36 (patch)
tree31fe1df1899cfe33b0064c72276a08f3962cc18c /Makefile
parent8d09c4aff4dd2257c9732ca78b6911eb3348481f (diff)
Regenerate epub tests with latest changes to EPUB reader.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c15ea6900..cb20f608b 100644
--- a/Makefile
+++ b/Makefile
@@ -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