1
0
Fork 0

Include all of src/ in distribution

master
Mike Gerwitz 2015-05-01 15:43:23 -04:00
parent 44b4941c3f
commit 847704d06f
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 = package.json $(path_src)/version.js
EXTRA_DIST = src package.json $(path_src)/version.js
.PHONY: FORCE todo