1
0
Fork 0

only copy files, not dirs

This commit is contained in:
Frank Celler 2013-04-23 19:34:59 +02:00
parent 1c04578df7
commit 22d04c7a78
1 changed files with 2 additions and 2 deletions

View File

@ -223,8 +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@/js/node -type f -print) \
$(shell find @srcdir@/js/npm -type f -print) \
$(shell find @srcdir@/html -name "*.css" -print) \
$(shell find @srcdir@/html -name "*.gif" -print) \
$(shell find @srcdir@/html -name "*.html" -print) \