summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2014-11-04Improved fuzztest target.John MacFarlane
2014-11-02Merge pull request #182 from michaelsproul/cleanupJohn MacFarlane
Update .gitignore and fix Makefile clean target.
2014-11-02Update .gitignore and fix Makefile clean target.Michael Sproul
2014-11-02Add -fPIC to linker options.Michael Sproul
Fixes #179.
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
Closes #175. Eventually I'll write a better build script and include these.
2014-10-27Fixed watermark.John MacFarlane
- No longer shows blank watermark on recent version. - Fixed broken Makefile.
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 ↵John MacFarlane
till-varoquaux-master Conflicts: Makefile
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
Also renamed internal library functions accordingly.
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
* Moved js library code to `js/lib`. * `js/stmd.js` is now generated from these files using browserify. * Factored out `html5-entities.js` and `from-code-point.js` from main js parsing code (which is now `index.js`). * Moved `js/markdown` to `js/bin`.
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
from gperf generated header.
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
Fixes Issue #35
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
We'll make index.html a separate document.