diff options
author | Mike Gerwitz <gerwitm@lovullo.com> | 2015-05-01 15:45:57 -0400 |
---|---|---|
committer | Mike Gerwitz <gerwitm@lovullo.com> | 2015-05-01 15:45:57 -0400 |
commit | fdabf4327128fff25390387e14d8cb04803ef860 (patch) | |
tree | 32e4c684a9b9d7cd6e8dbf57aa817b5ef80718af /Makefile.am | |
parent | 5b4beaa89b59fa45a8463f299b84c61976b13180 (diff) | |
download | liza-fdabf4327128fff25390387e14d8cb04803ef860.tar.gz liza-fdabf4327128fff25390387e14d8cb04803ef860.tar.bz2 liza-fdabf4327128fff25390387e14d8cb04803ef860.zip |
Include README.md in distribution
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ed9bb89..8e8d673 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,7 +24,7 @@ namespaces=$(shell find src -type d) nsindex=$(addsuffix /index.js, $(namespaces)) SUBDIRS = doc -EXTRA_DIST = src package.json $(path_src)/version.js +EXTRA_DIST = src package.json $(path_src)/version.js README.md .PHONY: FORCE todo |