summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2015-01-24Removed some old targets from .PHONY.John MacFarlane
2015-01-24Makefile: Removed JS related stuff.John MacFarlane
2015-01-24Makefile: replaced PROG with CMARK and PROG.John MacFarlane
2015-01-24Prohibit overriding of some Makefile varsNick Wellnhofer
2015-01-24Remove dependencies from $(BUILDDIR) targetNick Wellnhofer
2015-01-24Make "test" target depend on "cmake_build"Nick Wellnhofer
2015-01-24Pass INSTALL_PREFIX to cmakeNick Wellnhofer
2015-01-24Move message from "all" to "cmake_build" targetNick Wellnhofer
2015-01-24Rework Makefile targetsNick Wellnhofer
2015-01-23Tweaked uglifyjs options.John MacFarlane
2015-01-23Added target for minified js/dist/commonmark.min.js.John MacFarlane
2015-01-23Put generated commonmark.js in js/dist/ rather than js/.John MacFarlane
2015-01-12Revert "Moved dingus to js directory."John MacFarlane
2015-01-12Cleaned up Makefile.John MacFarlane
2015-01-12Moved templates, makespec.py, and specfilter.hs -> tools/.John MacFarlane
2015-01-12Moved mkcasefold.pl to tools/.John MacFarlane
2015-01-12Moved eslint.json to js/ subdir.John MacFarlane
2015-01-12Moved dingus to js directory.John MacFarlane
2015-01-12Simplified release archive.John MacFarlane
2015-01-12For benchmarks, read file rather than piping from stdin.John MacFarlane
2015-01-12Use much more multilingual benchmark source.John MacFarlane
2015-01-12Reduce size of gperf entity tableNick Wellnhofer
2015-01-11Use order-only dependency of cmark.3 on PROG.John MacFarlane
2015-01-11Makefile tweaks.John MacFarlane
2015-01-11Non-verbose output on 'make testarchive', unless error occurs.John MacFarlane
2015-01-11Removed circular build dependency, improved testarchive.John MacFarlane
2015-01-11Makefile: require PROG for making man3 page.John MacFarlane
2015-01-11'make test' - don't use verbose output.John MacFarlane
2015-01-11Added cmark.3 man page to repository and archive.John MacFarlane
2015-01-10'make leakcheck': check xml and man renderers as well.John MacFarlane
2015-01-09Updated dingus.John MacFarlane
2015-01-07Fixed 'make alltest.md'.John MacFarlane
2015-01-06Merge pull request #269 from jgm/licenseVicent Marti
2015-01-05Added 'make astyle' to reformat code consistently.John MacFarlane
2015-01-05Updated LICENSE, renamed to COPYING.John MacFarlane
2015-01-04Moved spec.html error checks into makespec.py.John MacFarlane
2015-01-04Fixed spec.pdf target.John MacFarlane
2015-01-04Removed second parameter of makespec.py.John MacFarlane
2015-01-04spec2md.py -> makespec.py.John MacFarlane
2015-01-03Rewrote spec2md in python.John MacFarlane
2014-12-31Recreate scanners.c only on demandNick Wellnhofer
2014-12-29Fixed leakcheck for python3.John MacFarlane
2014-12-29Use python3 for bench in Makefile.John MacFarlane
2014-12-27Makefile: Added spec target with check of internal links/anchors.John MacFarlane
2014-12-26Revert "Makefile: specify python2 in places where it's needed."John MacFarlane
2014-12-25Makefile: specify python2 in places where it's needed.John MacFarlane
2014-12-17More Makefile adjustments.John MacFarlane
2014-12-17Updated Makefile for changes in man page generation.John MacFarlane
2014-12-17Create cmark.3 in cmake build process.John MacFarlane
2014-12-13Makefile fixes for man page.John MacFarlane