1
0
Fork 0

package.json and version.js added to distribution

master
Mike Gerwitz 2015-05-01 10:39:38 -04:00
parent bf6f3a7ca8
commit 37e8edfefa
1 changed files with 3 additions and 0 deletions

View File

@ -18,10 +18,13 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
##
path_src = $(top_builddir)/src
namespaces=$(shell find src -type d)
nsindex=$(addsuffix /index.js, $(namespaces))
SUBDIRS = doc
EXTRA_DIST = package.json $(path_src)/version.js
.PHONY: FORCE todo