opn-0.1.0: Setup.hs
import Distribution.Simple
import System.Process
import System.Exit
main = defaultMainWithHooks $ simpleUserHooks { postBuild = makeManPage }
makeManPage _ _ _ _ =
runCommand "make opn.1" >>= waitForProcess >>= exitWith
import Distribution.Simple
import System.Process
import System.Exit
main = defaultMainWithHooks $ simpleUserHooks { postBuild = makeManPage }
makeManPage _ _ _ _ =
runCommand "make opn.1" >>= waitForProcess >>= exitWith