mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-02 01:13:31 +02:00
updated Makefile for static help
This commit is contained in:
3
Makefile
3
Makefile
@@ -6,13 +6,14 @@ VERSION = 0.6pre
|
|||||||
OS = $(shell uname -s)
|
OS = $(shell uname -s)
|
||||||
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%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 \
|
-type f \
|
||||||
-a ! -path '*CVS*' \
|
-a ! -path '*CVS*' \
|
||||||
-a \( \
|
-a \( \
|
||||||
-path '*.js' \
|
-path '*.js' \
|
||||||
-o -path '*.css' \
|
-o -path '*.css' \
|
||||||
-o -path '*.xul' \
|
-o -path '*.xul' \
|
||||||
|
-o -path '*.html' \
|
||||||
\) \
|
\) \
|
||||||
}
|
}
|
||||||
JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))
|
JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))
|
||||||
|
|||||||
Reference in New Issue
Block a user