1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-28 13:02:26 +01:00

updated Makefile for static help

This commit is contained in:
Martin Stubenschrott
2008-01-03 14:56:29 +00:00
parent 2aa72922a4
commit dceb8e381e

View File

@@ -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))