aboutsummaryrefslogtreecommitdiff
path: root/man/man5
AgeCommit message (Collapse)AuthorFilesLines
2011-10-23Revert "Added built man pages to repository."John MacFarlane1-1726/+0
This reverts commit eac1fc3750923698db82011b9fda5a0788dfcfea.
2011-10-23Added built man pages to repository.John MacFarlane1-0/+1726
In general I don't like adding generated content to the repository, but I also want to make it possible to clone the repository and 'cabal install'. THe current system with Setup.hs calling MakeManPage.hs is too fragile.
2011-01-28Refactored man pages.John MacFarlane1-0/+11
* Markdown syntax description from README now goes in pandoc_markdown.5. * Refactored man page construction functions, putting more of the work in MakeManPages.hs.