1
0
Fork 0

Include README.md in distribution

master
Mike Gerwitz 2015-05-01 15:45:57 -04:00
parent 5b4beaa89b
commit fdabf43271
1 changed files with 1 additions and 1 deletions

View File

@ -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