aboutsummaryrefslogtreecommitdiff
path: root/man/pandoc.1
AgeCommit message (Collapse)AuthorFilesLines
2015-07-21List all styles in manual for --reference-docxChris Black1-6/+7
2015-07-21Don't capitalize header links in man page.John MacFarlane1-23/+22
Also regenerated man page from latest README.
2015-07-15Updated man page.John MacFarlane1-4/+6
2015-07-10Updated man page.John MacFarlane1-14/+16
2015-07-02Added pandoc.1 to repository. Don't build as part of cabal build.John MacFarlane1-0/+4332
The process was too fragile. It made too many assumptions about available libraries (which failed sometimes when sandboxes were used). This is a low-tech solution. The only drawback is that `man/pandoc.1` is a generated file in the repository. It will need to be regenerated periodically when README changes.