aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-02Setup.hs: ensure target directory is created when installing man page.John MacFarlane1-4/+3
2015-07-02Version bump to 1.15.0.2, updated changelog.John MacFarlane2-1/+5
2015-07-02Added man page source files to extra-source-files.John MacFarlane1-1/+6
2015-07-01Bump version to 1.15.0.1, update changelog.John MacFarlane2-1/+6
2015-07-01Install man pages as part of cabal 'copy' phase.John MacFarlane5-21/+27
2015-07-01Generate man page in cabal build process and include in data/.John MacFarlane6-16/+23
2015-07-01Don't use MANDIR in make_deb and make_osx_package.John MacFarlane2-6/+4
2015-07-01Always rebuild man page in making deb and osx package.John MacFarlane2-2/+2
2015-07-01Updated make_osx_package.sh for new man page method.John MacFarlane1-3/+2
2015-07-01Updated make_deb.sh for new man page method.John MacFarlane1-5/+3
2015-07-01Updated changelog.John MacFarlane1-0/+27
2015-07-01ConTeXt: use `\goto` for internal links.John MacFarlane1-7/+2
2015-07-01Ignore sandbox on 'make quick'John MacFarlane1-1/+1
2015-07-01Merge pull request #2255 from mchladek/odt_linebreakJohn MacFarlane2-3/+2
2015-07-01ConTeXt writer: Added a % at end for `\reference` to avoid spurious space.John MacFarlane1-2/+2
2015-07-01New method for building man pages.John MacFarlane11-162/+53
2015-07-01Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek2-3/+2
2015-06-30Fixed man page building in make_osx_package.sh.John MacFarlane1-2/+1
2015-06-30Updated changelog.John MacFarlane1-0/+88
2015-06-29README: Added Lars-Dominik Braun as contributorJohn MacFarlane1-0/+1
2015-06-29make_deb.sh: Use pandoc to create man pages.John MacFarlane1-2/+2
2015-06-29make_osx_package.sh: Create man pages using pandoc.John MacFarlane1-2/+3
2015-06-29Added download_stats target to Makefile.John MacFarlane1-1/+5
2015-06-29Merge pull request #2250 from PromyLOPh/rsttargetJohn MacFarlane2-1/+5
2015-06-29LaTeX reader: Allow `_` and `^` as regular inline text.John MacFarlane1-1/+1
2015-06-29LaTeX reader: don't parse `_`,`^` as super/sub outside math mode.John MacFarlane1-2/+0
2015-06-29Windows installer: use AppData\Local\Pandoc by default.John MacFarlane1-0/+11
2015-06-29Fix RST reference names with special charactersLars-Dominik Braun2-1/+5
2015-06-28Removed unneeded import.John MacFarlane1-1/+1
2015-06-28Added a needed import in Shared.John MacFarlane1-0/+1
2015-06-28Make sure we use dist version of reference.docx for some things.John MacFarlane1-2/+2
2015-06-28pandoc.wxs: removed line breaks in RegistryValue.John MacFarlane1-4/+2
2015-06-28Let reference.docx/odt behave as if they are virtual data files.John MacFarlane3-44/+74
2015-06-28Minor fixes to previous commit.John MacFarlane2-12/+4
2015-06-28New method for producing man pages.John MacFarlane11-147/+151
2015-06-28Version bump to 1.14.1.John MacFarlane1-1/+1
2015-06-28Fixed regression in CSS parsing with `--self-contained`.John MacFarlane2-40/+47
2015-06-27New pandoc.wxs.John MacFarlane1-31/+78
2015-06-27Removed unused import.John MacFarlane1-1/+0
2015-06-27Textile writer: escape `+` and `-` as entities.John MacFarlane2-8/+10
2015-06-27Plain writer: don't use symbols for super/subscript.John MacFarlane3-18/+14
2015-06-27Options: Export `plainExtensions`.John MacFarlane1-0/+19
2015-06-27Updated latex writer tests for last template change.John MacFarlane3-0/+3
2015-06-27Updated LaTeX template: `CJKoptions` variable, allow dvipsnames for colors.John MacFarlane1-7/+7
2015-06-26Merge pull request #2241 from mb21/docbook-reader-figuresJohn MacFarlane3-15/+43
2015-06-21DocBook reader mediaobjects and figures, closes #2184mb213-15/+43
2015-06-13Document CJKmainfont.John MacFarlane1-2/+3
2015-06-13Added CJKmainfont to latex template (Xavier Olive).John MacFarlane1-7/+7
2015-06-13epub templates: use 'author.role', not 'author.type'.John MacFarlane1-5/+8
2015-06-12Updated pandoc.wxs (from @nvalki).John MacFarlane1-111/+110