summaryrefslogtreecommitdiff
path: root/MakeManPage.hs
AgeCommit message (Collapse)Author
2012-10-15Moved man page creation out of Setup.hs.John MacFarlane
* MakeManPage.hs has been transformed into man/make-pandoc-man-pages.hs. * There is now a cabal stanza for this, so the dependencies are handled by cabal. * Special treatment in Setup.hs ensures that this never gets installed; it is built and used to create the man pages. * Setup.hs cleaned up.
2012-08-10MakeManPage: Remove modification time checking, done in Setup.hs.John MacFarlane
2012-07-26Moved WriterOptions and associated types Shared -> Options.John MacFarlane
2012-07-26Fixed MakeManPage for new reader signature.John MacFarlane
2012-07-24Use catch from Control.Exception to avoid warnings.John MacFarlane
2012-04-01Fixed comment on MakeManPage.John MacFarlane
2012-01-20Removed markdown2pdf and documentation.John MacFarlane
2011-07-25Fixed template name in MakeManPage.hsJohn MacFarlane
2011-01-28Fixed extractSection in MakeManPage.John MacFarlane
2011-01-28Refactored man pages.John MacFarlane
* Markdown syntax description from README now goes in pandoc_markdown.5. * Refactored man page construction functions, putting more of the work in MakeManPages.hs.
2011-01-28Moved manpage.template -> man/man1/pandoc.1.template.John MacFarlane
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane
2010-12-07Improved process to create man page from README.John MacFarlane
Previously it relied on pandoc already being installed. Now it uses dist/package.conf.inplace.