mirror of https://gitee.com/bigwinds/arangodb
copy node and npm
This commit is contained in:
parent
8747ec0b60
commit
1c04578df7
|
@ -223,6 +223,8 @@ nobase_pkgdata_DATA = \
|
|||
$(shell find @srcdir@/js/common -name "*.js" -print) \
|
||||
$(shell find @srcdir@/js/server -name "*.js" -print) \
|
||||
$(shell find @srcdir@/js/client -name "*.js" -print) \
|
||||
$(shell find @srcdir@/js/node -print) \
|
||||
$(shell find @srcdir@/js/npm -print) \
|
||||
$(shell find @srcdir@/html -name "*.css" -print) \
|
||||
$(shell find @srcdir@/html -name "*.gif" -print) \
|
||||
$(shell find @srcdir@/html -name "*.html" -print) \
|
||||
|
|
Loading…
Reference in New Issue