mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-27 18:56:34 +00:00
Use -S option when building man pages in Setup.hs.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1400 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user