summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2014-11-04Improved fuzztest target.John MacFarlane
2014-11-02Merge pull request #182 from michaelsproul/cleanupJohn MacFarlane
2014-11-02Update .gitignore and fix Makefile clean target.Michael Sproul
2014-11-02Add -fPIC to linker options.Michael Sproul
2014-10-30Added OPTCFLAGS, OPTLDFLAGSJohn MacFarlane
2014-10-27Factored make_site_index.sh out of Makefile.John MacFarlane
2014-10-27Make "latest version" more prominent on spec landing page.John MacFarlane
2014-10-27Cleaned up Makefile a bit.John MacFarlane
2014-10-27Removed the pesky dates.John MacFarlane
2014-10-27Fixed watermark.John MacFarlane
2014-10-27Watermark old versions of the spec.John MacFarlane
2014-10-27Include dates in list of versions.John MacFarlane
2014-10-27Landing page for spec is now a list with links to all versions.John MacFarlane
2014-10-27Makefile: Make sure we update redirect on every new version of spec.John MacFarlane
2014-10-26Dingus improvements; moved to top level.John MacFarlane
2014-10-26Have index.html on web page redirect to latest version.John MacFarlane
2014-10-26Add title to list of versions at spec.John MacFarlane
2014-10-26Put multiple versions of spec on website.John MacFarlane
2014-10-26Removed narrative.md, moved its content to README.md.John MacFarlane
2014-10-26Merge branch 'master' of https://github.com/till-varoquaux/stmd into till-var...John MacFarlane
2014-10-25Fixed update-site target.John MacFarlane
2014-10-24More stmd -> commonmark changes.John MacFarlane
2014-10-24Renamed javascript implementation to commonmark.js.John MacFarlane
2014-10-24Renamed c program and library stmd -> cmark.John MacFarlane
2014-10-24Improved leakcheck so that all syntax features are tested.John MacFarlane
2014-10-18Added 'make jshint'.John MacFarlane
2014-10-18Use browserify to make js code more modular.John MacFarlane
2014-10-07Changed bench.js so it no longer requires oldtests.John MacFarlane
2014-10-07Removed oldtests.John MacFarlane
2014-10-07Build a very simple shared library.Till Varoquaux
2014-09-24Suppress 'missing field initializer' warningsJohn MacFarlane
2014-09-24Makefile: Use ?= so variables can be set on command line.John MacFarlane
2014-09-10Cleanup reference implementationVicent Marti
2014-09-09Update the spec with better entity handlingVicent Marti
2014-09-09UTF8-aware detabbing and entity handlingVicent Marti
2014-09-09Remove warningsVicent Marti
2014-09-09Default Makefile settingsVicent Marti
2014-09-09338/103Vicent Marti
2014-09-09ffffixVicent Marti
2014-09-09lolVicent Marti
2014-09-05Merge branch 'master' of github.com:jgm/stmdJohn MacFarlane
2014-09-04Updated Makefile for #29.John MacFarlane
2014-09-04Better errorasgh
2014-09-04Fixed update-site to do a pull firstJohn MacFarlane
2014-09-04Don't leave empty file if re2c is missingasgh
2014-09-01Updated update-site target.John MacFarlane
2014-09-01Updated site for latest spec, narrative, jsJohn MacFarlane
2014-08-30Makefile: Build index.html in _site from narrative.mdJohn MacFarlane
2014-08-23Removed obsolete 'upload' Makefile targetJohn MacFarlane
2014-08-17update-site: Don't copy README.html to index.html.John MacFarlane