We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6f414 commit c4de2e6Copy full SHA for c4de2e6
1 file changed
tools/Buildfile.hs
@@ -474,7 +474,7 @@ main = do
474
maybeEbookPolish <- liftIO $ findExecutable "ebook-polish"
475
case maybeEbookPolish of
476
Nothing -> do
477
- putWarn "Could not find 'ebook-publish' on the PATH; plfa.epub is unpolished"
+ putWarn "Could not find 'ebook-polish' on the PATH; plfa.epub is unpolished"
478
copyFile' src out
479
Just ebookPolish -> do
480
command
0 commit comments