From f0ec72459de8c95b9d0a3a9558ad1002045fbf52 Mon Sep 17 00:00:00 2001 From: Jan Steemann Date: Tue, 20 Aug 2013 13:27:52 +0200 Subject: [PATCH] isuse #584 --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index c18219d7f0..688ba67235 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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