1
0
Fork 0
Commit Graph

15 Commits (a1c49f1d3200f2d2ae8dc25366e7261e1f184b27)

Author SHA1 Message Date
Mike Gerwitz 4ecaa37853 Add Makefile to distribution
Oops.  Kind of hard to re-run `make' without the Makefile (you could have
run ./configure to create it, though).

* Makefile.am: Add 'Makefile' to EXTRA_DIST.
2016-06-22 15:12:47 -04:00
Mike Gerwitz 4e57500077 Makefile dist corrections
As it turns out, the main index.js was missing, and you couldn't build from
the distribution because of a missing tools/!

* Makefile.am: index.js no longer missing from distribution.
tools/ no longer missing from distribution.
2016-04-18 10:47:11 -04:00
Mike Gerwitz 0bb17372fd Makefile.am: Run tests before dist 2016-03-30 15:05:19 -04:00
Mike Gerwitz 768c5d5297 autogen.sh added
* autogen.sh: added
* Makefile.am: add autogen.sh to EXTRA_DIST
* README.md: reference autogen.sh
2016-03-29 14:27:07 -04:00
Mike Gerwitz 78c3cc63e1 add es6-promise shim
It is expected that support for promises will be available in whatever
environment liza is run.  Here, we're adding a shim for the sake of testing
in ancient environments.

It's almost as if I'm stuck using an ancient environment somewhere...*cough*
2016-03-01 00:48:37 -05:00
Mike Gerwitz fdabf43271 Include README.md in distribution 2015-05-01 15:45:57 -04:00
Mike Gerwitz 847704d06f Include all of src/ in distribution 2015-05-01 15:43:51 -04:00
Mike Gerwitz 37e8edfefa package.json and version.js added to distribution 2015-05-01 10:39:38 -04:00
Mike Gerwitz c1c5349385 Build now generates index.js modules 2014-04-18 10:03:40 -04:00
Mike Gerwitz a9556b9284 Added TESTARGS for check target
Allows passing arguments to mocha
2014-04-18 10:02:10 -04:00
Mike Gerwitz bc923e4bc4 Added make check and test targets 2014-04-18 10:02:10 -04:00
Mike Gerwitz 50d17c3ad4 package.json is not needed in Makefile
It is generated by the configure script.
2014-01-17 01:16:01 -05:00
Mike Gerwitz 7fe66235f9 Added package.json for npm
It will be a while yet before this appears in npm.

The build no longer fails on `make' by default.
2014-01-17 00:51:53 -05:00
Mike Gerwitz 3abc910a9d Added doc/ to SUBDIRS in Makefile.am 2014-01-17 00:17:23 -05:00
Mike Gerwitz 3a93fbb25c Added placeholder files for autotools
``Building'' Liza will not be required to use it; see ease.js for the style
of building that will be used here. In particular: the build process will be
used for minification and the creation of distribution archives, but one can
simply include the source files (using, say, node.js) to use it without
building.
2014-01-16 23:07:42 -05:00