aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MakeManPage.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MakeManPage.hs b/MakeManPage.hs
index 47b284380..06a31934c 100644
--- a/MakeManPage.hs
+++ b/MakeManPage.hs
@@ -28,7 +28,7 @@ main = do
modDeps <- modifiedDependencies markdown2pdfpage [markdown2pdfpage <.> "md"]
unless (null modDeps) $ do
mpdfContents <- liftM toString $ B.readFile $ markdown2pdfpage <.> "md"
- templ <- liftM toString $ B.readFile $ "templates" </> "man.template"
+ templ <- liftM toString $ B.readFile $ "templates" </> "default.man"
let doc = readMarkdown defaultParserState{ stateStandalone = True }
mpdfContents
writeManPage markdown2pdfpage templ doc