1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-29 16:22:26 +01:00

fixed XPI generation, thanks teramako

This commit is contained in:
Martin Stubenschrott
2008-10-06 21:28:44 +00:00
parent 899fa605e6
commit cee74dd15e

View File

@@ -16,6 +16,7 @@ JAR_TXT_FILES = ${shell find -L content skin locale \
-o -path '*.css' \
-o -path '*.xul' \
-o -path '*.html' \
-o -path '*.xhtml' \
\) \
}
JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))