| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2015-06-28 | New method for producing man pages. | John MacFarlane | 1 | -16/+0 | |
| This change adds `--man1` and `--man5` options to pandoc, so pandoc can generate its own man pages. It removes the old overly complex method of building a separate executable (but not installing it) just to create the man pages. The man pages are no longer automatically created in the build process. The man/ directory has been removed. The man page templates have been moved to data/. New unexported module: Text.Pandoc.ManPages. Text.Pandoc.Data now exports readmeFile, and `readDataFile` knows how to find README. Closes #2190. | |||||
| 2015-06-09 | replace old url with pandoc.org | Pablo RodrÃguez | 1 | -1/+1 | |
| 2014-08-30 | Put version in lower-left corner of man pages. | John MacFarlane | 1 | -1/+1 | |
| 2013-05-01 | remove reference in pandoc.1 to markdown2pdf (1) | Jens Petersen | 1 | -1/+1 | |
| 2011-01-28 | Refactored man pages. | John MacFarlane | 1 | -1/+4 | |
| * 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-28 | Moved manpage.template -> man/man1/pandoc.1.template. | John MacFarlane | 1 | -0/+13 | |
