From caa73134bc8249060b3636179b08fcfb57b86c36 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 27 Jan 2024 10:34:00 -0800 Subject: Regenerate epub tests with latest changes to EPUB reader. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3