summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2022-10-16Makefile changes.John MacFarlane
Rename quick-cabal -> all, quick-test -> test. Add binpath target.
2022-10-04Add authors target to Makefile.John MacFarlane
2022-10-04Improve 'make prerelease' (formerly check).John MacFarlane
2022-10-04Makefile: Improve checkdocs.John MacFarlane
2022-10-04Extend check-cabal to check all packagesJohn MacFarlane
2022-10-04Better 'make moduledeps' target.John MacFarlane
ROOT can now be multiple modules, and the complete transitive dependencies of all of them will be printed. make moduledeps ROOT="Text.Pandoc.Class Text.Pandoc.Parsing"
2022-10-04Makefile: add modules.csv target.John MacFarlane
2022-10-01Make modules.dot target more robust.John MacFarlane
Only include source-controlled files under src.
2022-10-01Makefile: add moduledeps target.John MacFarlane
make moduledeps ROOTNODE=T.P.Parsing
2022-10-01Makefile target to get module dependeny subgraphs.John MacFarlane
E.g. what depends on Text.Pandoc.Parsing? make modules.pdf ROOTNODE=T.P.Parsing This is helpful for figuring out what we can split out as separate packages.
2022-10-01Add Makefile target to create a directed graph of module dependencies.John MacFarlane
2022-09-29cabal.project: move back to using `flags:`.John MacFarlane
If we add the flag to constraints, it can't be overridden on the command line.
2022-09-29Makefile: remove 'stack clean' from clean targetJohn MacFarlane
2022-09-27Makefile: add weeder target.John MacFarlane
2022-09-27Makefile: add whitespace check to 'check'.John MacFarlane
2022-09-27Makefile: add transitive-deps target.John MacFarlane
2022-09-27Makefile: Add coverage targetJohn MacFarlane
2022-09-27Update Makefile.John MacFarlane
2022-09-26Fix 'quick-cabal' target in Makefile to build pandoc-cli.John MacFarlane
2022-09-22Make pandoc behave like a Lua interpreter when called as `pandoc-lua`. (#8311)Albert Krewinkel
2022-08-18Remove trypandoc Makefile.John MacFarlane
2022-08-17Integrate server into main pandoc.John MacFarlane
- Remove server flag. - Remove pandoc-server executable. - Add Text.Pandoc.Server as exposed module. [API change] - Re-use Opt (and our existing FromJSON instance) for Params. - Document.
2022-08-15make debpkg: get rid of docker.log.John MacFarlane
Let things come out on the CI output.
2022-08-15Makefile: Add man target.John MacFarlane
2022-08-15Beginning of man page for pandoc-server.John MacFarlane
2022-08-03Convert tool/extract-changes.hs to a Lua filter.John MacFarlane
2022-06-10Use ghc 9.2.3 for linux builds.John MacFarlane
2022-03-31Use timestamp when storing latest bench.John MacFarlane
2022-03-29Makefile: allow GHCOPTS in quick-cabal targetJohn MacFarlane
2022-03-24Use cabal for 'make bench'.John MacFarlane
2022-03-24Makefile: Use cabal for default buildJohn MacFarlane
2022-03-16Remove obsolete stuff from Makefile.John MacFarlane
2022-03-13Use ghc4pandoc:9.2.2 docker image for linux buildJohn MacFarlane
2022-02-05Lua docs: allow to auto-generate Lua module documentationsAlbert Krewinkel
No documentations are generated for now, this just adds the necessary code and auto-formats file `doc/lua-filters.md`.
2022-01-31Makefile: add 'make help', trim some useless targets.John MacFarlane
2022-01-13Use ghc4pandoc 9.0.2 image for faster linux builds.John MacFarlane
2022-01-12Fix 'make trypandoc' target.John MacFarlane
2022-01-12Use ghc4pandoc 8.10.7 docker image for linux builds.John MacFarlane
9.2.1 still fails without special treatment.
2022-01-12Use ghc 9.2.1 docker image for deb pkg.John MacFarlane
2022-01-09make check: check for unreleased dependenciesJohn MacFarlane
2021-12-18Improve 'make check'.John MacFarlane
2021-10-31Makefile: use --nonmoving-gc RTS option when running benchmarks.John MacFarlane
As recommended by tasty maintainers.
2021-10-31Makefile: remove man/pandoc.1 dependency for debpkg.John MacFarlane
2021-10-10Makefile; fix quick-cabal executable path reportJohn MacFarlane
2021-10-05Improve quick-cabal targetJohn MacFarlane
2021-09-16Use --system-ghc in make quick.John MacFarlane
2021-09-16Fix quick-cabal targetJohn MacFarlane
2021-09-13Modernize quick-cabal Makefile targetJohn MacFarlane
2021-09-08Makefile: disable ansi tricks for tasty; use v2- instead of new-.John MacFarlane
2021-03-18Change -A256m to -A8m in GHCOPTSJohn MacFarlane