aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-01-30 08:33:00 -0800
committerJohn MacFarlane <[email protected]>2024-01-30 08:33:16 -0800
commit2f45f1e232ebefdd6839b860d8ea335d00acec46 (patch)
tree672fcc8e27d0a956e2f09fa1ef8750e10333d473 /Makefile
parentb706cb0ec5c87b0a195ffc5116d4acaf72cf62e1 (diff)
Makefile: Validate generated EPUB as part of prerelease checks.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 058b09309..94c468ed2 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ quick-stack: ## unoptimized build and tests with stack
--test-arguments='-j4 --hide-successes --ansi-tricks=false $(TESTARGS)'
.PHONY: quick-stack
-prerelease: README.md fix_spacing check-cabal check-stack checkdocs man check-version-sync check-changelog check-manversion uncommitted_changes ## prerelease checks
+prerelease: validate-epub README.md fix_spacing check-cabal check-stack checkdocs man check-version-sync check-changelog check-manversion uncommitted_changes ## prerelease checks
.PHONY: prerelease
uncommitted_changes: