1
0
Fork 0
This commit is contained in:
Jan Steemann 2013-08-20 13:27:52 +02:00
parent 3fc44011fc
commit f0ec72459d
1 changed files with 5 additions and 0 deletions

View File

@ -237,12 +237,17 @@ nobase_pkgdata_DATA = \
$(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 "*.scss" -print) \
$(shell find @srcdir@/html -name "*.gif" -print) \
$(shell find @srcdir@/html -name "*.html" -print) \
$(shell find @srcdir@/html -name "*.ico" -print) \
$(shell find @srcdir@/html -name "*.js" -print) \
$(shell find @srcdir@/html -name "*.ejs" -print) \
$(shell find @srcdir@/html -name "*.png" -print) \
$(shell find @srcdir@/html -name "*.svg" -print) \
$(shell find @srcdir@/html -name "*.eot" -print) \
$(shell find @srcdir@/html -name "*.ttf" -print) \
$(shell find @srcdir@/html -name "*.woff" -print) \
$(shell find @srcdir@/js/apps -type f -print)
if ENABLE_MRUBY