From dceb8e381e43c9ab1c0112254ed1b926a54d21d3 Mon Sep 17 00:00:00 2001 From: Martin Stubenschrott Date: Thu, 3 Jan 2008 14:56:29 +0000 Subject: [PATCH] updated Makefile for static help --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 426002c1..e513298e 100644 --- a/Makefile +++ b/Makefile @@ -6,13 +6,14 @@ VERSION = 0.6pre OS = $(shell uname -s) BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S") -JAR_TXT_FILES = ${shell find content skin \ +JAR_TXT_FILES = ${shell find content skin locale \ -type f \ -a ! -path '*CVS*' \ -a \( \ -path '*.js' \ -o -path '*.css' \ -o -path '*.xul' \ + -o -path '*.html' \ \) \ } JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))