Commit Graph

7 Commits

Author SHA1 Message Date
John MacFarlane
f1e64cfcdb Makefile.nmake: be more robust when cmake is missing.
Previously, when cmake was missing, the build dir would
be created anyway, and subsequent attempts (even with cmake)
would fail, because cmake would not be run.

Depending on build/CMakeFiles is more robust -- this
won't be created unless cmake is run.

Partially addresses #85.
2015-10-09 23:16:38 -07:00
John MacFarlane
e982e57fc3 Makefile.nmake fixes.
Removed echo, pushd, popd.
2015-04-26 10:57:24 -07:00
John MacFarlane
835d63b63c Fixed spec location in Makefile.nmake. 2015-04-26 10:45:24 -07:00
John MacFarlane
9b66bdd02b Added cmark.3 man page to repository and archive.
It simplifies the build if python and the cmark library aren't
needed to build the man page.

The top level Makefile has a rule to regenerate this when src/cmark.h
changes.

Updated Makefile.nmake for recent changes.

Added case folding data file to archive, since otherwise make fails.
2015-01-11 10:48:59 -08:00
Nick Wellnhofer
7a4cd7ed0f Run nmake test with /nologo 2014-11-24 21:35:53 +01:00
John MacFarlane
4b87bbb3e2 Added python version of test runner.
This tests the dynamic library when run without a second argument.

The code makes use of an amended version of the normalization
method from karlcow/markdown-testsuite.

Closes #161.
2014-11-18 23:52:24 -08:00
Nick Wellnhofer
52045957a8 Add Makefile and wrapper for nmake 2014-11-16 22:42:27 +01:00