summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2015-07-05Added LaTeX renderer.John MacFarlane
2015-07-03Use utf-8 aware re2c.John MacFarlane
2015-06-17Renamed entities.h -> entities.inc.John MacFarlane
2015-06-16Revert "Rebuild src/entities.h when the generating python program changes."John MacFarlane
2015-06-16Rebuild src/entities.h when the generating python program changes.John MacFarlane
2015-06-16Added explanatory note about entities.h in Makefile.John MacFarlane
2015-06-16Replace gperf-based entity lookup with binary tree lookup.John MacFarlane
2015-05-29Added Ubsan build target, to check for undefined behavior.John MacFarlane
2015-05-04Improved 'make leakcheck'.John MacFarlane
2015-04-18make afl: use afl_dictionary, raise timeout for hangs.John MacFarlane
2015-04-14Added afl to .PHONY in Makefile.John MacFarlane
2015-03-29Added roundtrip_test Makefile target.John MacFarlane
2015-03-27Update list of buggy re2c versionsNick Wellnhofer
2015-03-25Warn about buggy re2c versionsNick Wellnhofer
2015-03-21leakcheck with all formatsJohn MacFarlane
2015-02-23Add Makefile target to fuzz with AFLNick Wellnhofer
2015-02-19Added 'Asan' build type.John MacFarlane
2015-02-16Don't require python3 to make cmark.3 man page.John MacFarlane
2015-01-28Added Profile build type, 'make prof' target.John MacFarlane
2015-01-24Makefile: Removed spec- and website- related parts.John MacFarlane
2015-01-24Makefile: Added update-spec target.John MacFarlane
2015-01-24Moved spec.txt to test/ directory.John MacFarlane
2015-01-24Removed obsolete PACKAGEDIR in Makefile.John MacFarlane
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