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

Move storage.jsm to the 'modules' directory and exclude it from the jar.

This commit is contained in:
Kris Maglione
2008-09-14 07:54:16 +00:00
parent 8908c10ed2
commit fbf64ee113
3 changed files with 7 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ JAR_TXT_FILES = ${shell find -L content skin locale \
-a ! -path '*CVS*' \ -a ! -path '*CVS*' \
-a \( \ -a \( \
-path '*.js' \ -path '*.js' \
-o -path '*.jsm' \
-o -path '*.css' \ -o -path '*.css' \
-o -path '*.xul' \ -o -path '*.xul' \
-o -path '*.html' \ -o -path '*.html' \
@@ -28,7 +27,12 @@ JAR_BIN_FILES = ${shell find content skin \
JAR_FILES = ${JAR_BIN_FILES} ${JAR_TXT_FILES} ${DOC_FILES} JAR_FILES = ${JAR_BIN_FILES} ${JAR_TXT_FILES} ${DOC_FILES}
JAR = chrome/${NAME}.jar JAR = chrome/${NAME}.jar
XPI_TXT_FILES = install.rdf chrome.manifest TODO AUTHORS Donators NEWS License.txt XPI_TXT_FILES = install.rdf chrome.manifest TODO AUTHORS Donators NEWS License.txt \
${shell find -L modules \
-type f \
-a ! -path '*CVS*' \
-a -path '*.jsm' \
}
XPI_DIRS = $(foreach f,${XPI_FILES},$(dir $f)) XPI_DIRS = $(foreach f,${XPI_FILES},$(dir $f))
XPI_BIN_FILES = ${JAR} Makefile.common Makefile XPI_BIN_FILES = ${JAR} Makefile.common Makefile
XPI_FILES = ${XPI_BIN_FILES} ${XPI_TXT_FILES} XPI_FILES = ${XPI_BIN_FILES} ${XPI_TXT_FILES}

View File

@@ -1,6 +1,6 @@
# Firefox # Firefox
content vimperator content/ content vimperator content/
resource vimperator content/ resource vimperator modules/
locale vimperator en-US locale/en-US/ locale vimperator en-US locale/en-US/
skin vimperator classic/1.0 skin/ skin vimperator classic/1.0 skin/
overlay chrome://browser/content/browser.xul chrome://vimperator/content/vimperator.xul overlay chrome://browser/content/browser.xul chrome://vimperator/content/vimperator.xul