Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-29 | Fix 'make pandoc-templates'. | John MacFarlane | 1 | -2/+2 | |
2020-03-15 | make changes_github: use details tag to make changelog collapsible. | John MacFarlane | 1 | -1/+1 | |
2020-03-13 | tools: delete Lua documentation helper cruft | Albert Krewinkel | 1 | -8/+0 | |
The tools were useful to generate documentation from the Lua sources. However, most Lua functions are defined in Haskell, and the even documentation of functions written in Lua has been updated manually for quite a while now. The unused helper scripts, which have bit-rot to the point that they now produce broken links, are therefore removed. | |||||
2020-02-14 | make pandoc-templates: copy README and styles.*. | John MacFarlane | 1 | -2/+2 | |
2020-02-07 | Apply linter suggestions. Add fix_spacing to lint target in Makefile. | John MacFarlane | 1 | -4/+10 | |
2019-12-22 | Improve pandoc man page generation. | John MacFarlane | 1 | -3/+6 | |
Use before and after includes rather than special template. | |||||
2019-12-08 | Use external emojis package. | John MacFarlane | 1 | -3/+0 | |
Moved the emoji-specified code into an external package we can depend on. | |||||
2019-12-05 | Makefile - fix emoji.json path | John MacFarlane | 1 | -1/+1 | |
2019-11-27 | Generate Emoji module with TH. | John MacFarlane | 1 | -0/+3 | |
- Add Text.Pandoc.Emoji.TH. - Replace long literal list in Text.Pandoc.Emoji with one-liner generating it from data/emoji.json using TH. - Add Makefile target to download data/emoji.json. - Remove tools/emoji.hs. | |||||
2019-11-27 | Increase GC allocation space for compilation in cabal.project. | John MacFarlane | 1 | -1/+1 | |
2019-11-22 | Fix changes_github Makefile target. | John MacFarlane | 1 | -1/+1 | |
2019-09-06 | Makefile: ghci target | John MacFarlane | 1 | -1/+4 | |
2019-09-05 | Small cleanups in Makefile. | John MacFarlane | 1 | -4/+0 | |
2019-09-05 | Makefile - remove references to obsolete flag. | John MacFarlane | 1 | -3/+3 | |
See #5694. | |||||
2019-08-25 | Makefile: add ghcid target. | John MacFarlane | 1 | -1/+4 | |
2019-05-21 | Makefile: remove --resolver= from targets. | John MacFarlane | 1 | -5/+5 | |
This causes unnecessary recompilation. | |||||
2019-05-17 | Use new code signing cert for Windows. | John MacFarlane | 1 | -1/+1 | |
2019-03-27 | Remove install step from make quick-cabal. | John MacFarlane | 1 | -2/+0 | |
2019-03-27 | Add ghc-options to cabal.project. | John MacFarlane | 1 | -2/+2 | |
2019-03-09 | Makefile - remove --resolver from quick target. | John MacFarlane | 1 | -1/+1 | |
2019-01-30 | Use lts-13 in makefile | John MacFarlane | 1 | -1/+1 | |
2018-11-20 | Docx writer: Fix bookmarks to headers with long titles. | John MacFarlane | 1 | -1/+1 | |
Word has a 40 character limit for bookmark names. In addition, bookmarks must begin with a letter. Since pandoc's auto-generated identifiers may not respect these constraints, some internal links did not work. With this change, pandoc uses a bookmark name based on the SHA1 hash of the identifier when the identifier isn't a legal bookmark name. Closes #5091. | |||||
2018-10-13 | Makefile: added full-cabal target. | John MacFarlane | 1 | -3/+9 | |
Also, use cabal-new configure in quick-cabal and full-cabal. | |||||
2018-10-13 | Makefile: make trypandoc, benchmarks in quick-cabal target. | John MacFarlane | 1 | -2/+2 | |
2018-10-07 | Makefile - make .msi download targets more robust. | John MacFarlane | 1 | -2/+2 | |
Now they should be insensitive to changes in the order of the builds on appveyor. | |||||
2018-10-02 | Makefile - make stack quick build the default | John MacFarlane | 1 | -3/+3 | |
2018-10-02 | Makefile: improved quick-cabal target. | John MacFarlane | 1 | -3/+4 | |
2018-10-01 | Makefile: added quick-cabal target as default. | John MacFarlane | 1 | -0/+5 | |
2018-09-16 | Makefile: Fix executable path in trypandoc target. | John MacFarlane | 1 | -1/+1 | |
2018-09-16 | 'make winpkg': Fixed creation of zips. | John MacFarlane | 1 | -8/+10 | |
2018-09-16 | Makefile: fix creation of windows zip. | John MacFarlane | 1 | -1/+1 | |
This needed tweaking when the msi was fixed to be 64-bit, so that 'Program Files (x86)' is used. | |||||
2018-09-16 | Fix 'make winpkg'. | John MacFarlane | 1 | -2/+2 | |
2018-08-13 | Makefile: ghc options to speed compilation for 'make quick'. | John MacFarlane | 1 | -1/+1 | |
2018-08-10 | Makefile: add some warnings to GHCOPTS. | John MacFarlane | 1 | -1/+5 | |
2018-07-19 | Make sure pandoc-windows-*.msi are deleted as intermediate files. | John MacFarlane | 1 | -0/+2 | |
2018-07-13 | Makefile: use lts12 resolver. | John MacFarlane | 1 | -1/+1 | |
2018-04-15 | Makefile: build 32- and 64-bit Windows packages. | John MacFarlane | 1 | -6/+13 | |
2018-01-18 | Fixed typo in Makefile. | John MacFarlane | 1 | -1/+1 | |
2018-01-18 | Makefile - add prerelease sanity check for tabs in docs. | John MacFarlane | 1 | -2/+5 | |
2017-12-30 | Use gfm for generated README.md. | John MacFarlane | 1 | -1/+1 | |
2017-12-29 | Generate README.md from template and MANUAL.txt. | John MacFarlane | 1 | -0/+4 | |
`make README.md` will generate the README.md after changes to MANUAL.txt have been made. | |||||
2017-12-28 | Makefile tweaks | John MacFarlane | 1 | -2/+2 | |
2017-12-28 | Makefile: add update-website target | John MacFarlane | 1 | -0/+6 | |
2017-12-27 | Added 'make trypandoc' target | John MacFarlane | 1 | -1/+4 | |
2017-12-27 | Makefile: Add 'pandoc-templates' target. | John MacFarlane | 1 | -1/+9 | |
2017-12-20 | makefile: use lts-10 resolver. | John MacFarlane | 1 | -1/+1 | |
2017-11-20 | Added 'packages' target to Makefile. | John MacFarlane | 1 | -2/+5 | |
2017-11-20 | Makefile - create windows binary package as zip as well as msi. | John MacFarlane | 1 | -1/+11 | |
2017-11-11 | Use lua filter to generate man page from MANUAL. | John MacFarlane | 1 | -4/+2 | |
Instead of three Haskell filters. This is easier and faster. | |||||
2017-11-05 | Fix 'make changes_github'. | John MacFarlane | 1 | -1/+1 | |