aboutsummaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Setup.hs b/Setup.hs
index da748b0a8..67d9ae7ad 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -63,7 +63,7 @@ makeManPage manpage = do
if null modifiedDeps
then return ()
else do
- ec <- runProcess pandoc ["-s", "-r", "markdown", "-w", "man", "-o", page, source]
+ ec <- runProcess pandoc ["-s", "-S", "-r", "markdown", "-w", "man", "-o", page, source]
Nothing Nothing Nothing Nothing (Just stderr) >>= waitForProcess
case ec of
ExitSuccess -> putStrLn $ "Created " ++ manDir </> manpage