aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2017-03-24default.ms: Add settings for document variables like width.John MacFarlane1-1/+1
2017-03-19Rename static-linux -> linux.John MacFarlane1-1/+1
2017-03-19Removed unneeded deb directory.John MacFarlane1-1/+1
2017-03-15Makefile: allow make test to take TESTARGS.John MacFarlane1-1/+3
2017-03-14Use tasty for tests rather than test-framework.John MacFarlane1-2/+2
2017-03-04Makefile - removed 'refactor' target.John MacFarlane1-4/+1
2017-03-04Makefile: Separate refactor and reformat targets.John MacFarlane1-2/+5
2017-03-04Added 'make refactor' using hlint, stylish-haskell.John MacFarlane1-1/+5
2017-02-07Makefile: make version overridable.John MacFarlane1-1/+1
2017-02-05Makefile: added BRANCH variable for winpkgJohn MacFarlane1-1/+2
2017-01-31Name change OSX -> MacOS.John MacFarlane1-3/+3
2017-01-29Fixed up github changes target in Makefile so #s aren't escaped.John MacFarlane1-1/+1
2016-12-10Moved make_osx_package.sh to osx/ directory.John MacFarlane1-1/+1
2016-12-08Makefile: use stack.John MacFarlane1-22/+6
2016-11-16remove make_travis_yml.hs (#3235)ickc1-3/+0
2016-07-20Rename README to MANUAL.txtAlbert Krewinkel1-1/+1
2016-07-14Added winpkg target to Makefile.John MacFarlane1-0/+7
2016-01-02Fixed debpkg target.John MacFarlane1-1/+1
2015-11-28stack.full.yaml - use local versions of everything.John MacFarlane1-0/+3
2015-11-15'make dist' - use stack to build from tarball.John MacFarlane1-1/+1
2015-11-15Removed 'changes' Makefile target.John MacFarlane1-4/+1
2015-11-15Added 'make changes_github' and 'make changes', updated release checklist.John MacFarlane1-2/+5
2015-11-15Added 'make changes' target.John MacFarlane1-1/+4
2015-11-12Makefile: include version in man page.John MacFarlane1-0/+1
2015-10-09Added comment in .travis.yml to explain last change.John MacFarlane1-1/+1
2015-10-08New .travis.yml.John MacFarlane1-0/+3
2015-07-04Makefile: prettier 'download_stats'.John MacFarlane1-1/+1
2015-07-02Added pandoc.1 to repository. Don't build as part of cabal build.John MacFarlane1-3/+10
2015-07-01Generate man page in cabal build process and include in data/.John MacFarlane1-11/+1
2015-07-01Ignore sandbox on 'make quick'John MacFarlane1-1/+1
2015-07-01New method for building man pages.John MacFarlane1-11/+13
2015-06-29Added download_stats target to Makefile.John MacFarlane1-1/+5
2015-03-28Always build man pages. Removed make-pandoc-man-pages flag.John MacFarlane1-8/+0
2014-12-17Changed bindist target to debpkg.John MacFarlane1-2/+2
2014-12-16Added make_binary_package.sh.John MacFarlane1-12/+2
2014-12-16Fixed Makefile tabJohn MacFarlane1-1/+1
2014-12-16Added bindist target to Makefile.John MacFarlane1-3/+18
2014-08-30Makefile: simplified 'make dist'.John MacFarlane1-6/+3
2014-08-30Makefile: Add README as dependency of man pages.John MacFarlane1-2/+2
2014-08-30Makefile: Fixed install target to use copy, register.John MacFarlane1-1/+2
2014-08-18More Makefile tweaks.John MacFarlane1-4/+4
2014-08-18Makefile tweaks.John MacFarlane1-12/+12
2014-08-18Makefile: Added 'install' to PHONY list.John MacFarlane1-1/+1
2014-08-17Makefile: include trypandoc flag in main build target.John MacFarlane1-1/+1
2014-08-17Makefile: added osxpkg target.John MacFarlane1-1/+4
2014-08-16Makefile: Added 'quick' target.John MacFarlane1-0/+4
2014-08-15Minor Makefile tweaks.John MacFarlane1-3/+2
2014-08-13Added 'dist' target to Makefile that does a sanity check on tarball.John MacFarlane1-1/+9
2014-08-13Added new Makefile targets.John MacFarlane1-3/+33
2014-08-13Added Makefile to rebuild man pages.John MacFarlane1-0/+15