shake-ext-3.1.0.0: Helper functions for linting with shake

Safe HaskellNone
LanguageHaskell2010

Development.Shake.Man

Synopsis

Documentation

manpagesA Source #

Arguments

:: FilePath

Source file. Can be any format accepted by pandoc.

-> FilePath

Output file.

-> Action () 

manpagesR Source #

Arguments

:: FilePath

Source file

-> FilePattern

Output file pattern

-> Rules () 

manpages :: Rules () Source #

Rules for converting markdown source to manpages.