1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 17:04:12 +01:00

more makefile fixes by Bart

This commit is contained in:
Martin Stubenschrott
2007-04-29 18:55:42 +00:00
parent cf190c23cc
commit 6a5266a8af

View File

@@ -6,7 +6,7 @@ VERSION = 0.4
OS = $(shell uname -s)
DATE = $(shell date "+%Y/%m/%d")
JAR_FILES = ${shell find chrome/content/ -type f -a ! -path '*CVS*' ! -name 'tags'} chrome.manifest
JAR_FILES = ${shell find chrome/content -type f -a ! -path '*CVS*' ! -name 'tags'} chrome.manifest
JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))
JAR = chrome/vimperator.jar
@@ -101,6 +101,7 @@ ${BUILD_XPI_SUBDIRS}:
${XPI}: ${BUILD_XPI_SUBDIRS} ${XPI_FILES}
@echo "Building XPI..."
${Q}mkdir -p $(dir ${XPI})
${Q}for f in ${XPI_BIN_FILES} ; do \
cp $$f ${BUILD_XPI_DIR}/$$f ; \
done