summaryrefslogtreecommitdiff
path: root/MakeManPage.hs
Commit message (Collapse)AuthorAge
* MakeManPage: Remove modification time checking, done in Setup.hs.John MacFarlane2012-08-10
|
* Moved WriterOptions and associated types Shared -> Options.John MacFarlane2012-07-26
|
* Fixed MakeManPage for new reader signature.John MacFarlane2012-07-26
|
* Use catch from Control.Exception to avoid warnings.John MacFarlane2012-07-24
|
* Fixed comment on MakeManPage.John MacFarlane2012-04-01
|
* Removed markdown2pdf and documentation.John MacFarlane2012-01-20
|
* Fixed template name in MakeManPage.hsJohn MacFarlane2011-07-25
|
* Fixed extractSection in MakeManPage.John MacFarlane2011-01-28
|
* Refactored man pages.John MacFarlane2011-01-28
| | | | | | * Markdown syntax description from README now goes in pandoc_markdown.5. * Refactored man page construction functions, putting more of the work in MakeManPages.hs.
* Moved manpage.template -> man/man1/pandoc.1.template.John MacFarlane2011-01-28
|
* Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane2010-12-24
|
* Improved process to create man page from README.John MacFarlane2010-12-07
Previously it relied on pandoc already being installed. Now it uses dist/package.conf.inplace.