diff options
-rw-r--r-- | Setup.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |