From fdabf4327128fff25390387e14d8cb04803ef860 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Fri, 1 May 2015 15:45:57 -0400 Subject: Include README.md in distribution --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 -- cgit v1.2.1