mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 11:15:46 +01:00
more makefile fixes by Bart
This commit is contained in:
3
Makefile
3
Makefile
@@ -6,7 +6,7 @@ VERSION = 0.4
|
|||||||
OS = $(shell uname -s)
|
OS = $(shell uname -s)
|
||||||
DATE = $(shell date "+%Y/%m/%d")
|
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_DIRS = $(foreach f,${JAR_FILES},$(dir $f))
|
||||||
JAR = chrome/vimperator.jar
|
JAR = chrome/vimperator.jar
|
||||||
|
|
||||||
@@ -101,6 +101,7 @@ ${BUILD_XPI_SUBDIRS}:
|
|||||||
|
|
||||||
${XPI}: ${BUILD_XPI_SUBDIRS} ${XPI_FILES}
|
${XPI}: ${BUILD_XPI_SUBDIRS} ${XPI_FILES}
|
||||||
@echo "Building XPI..."
|
@echo "Building XPI..."
|
||||||
|
${Q}mkdir -p $(dir ${XPI})
|
||||||
${Q}for f in ${XPI_BIN_FILES} ; do \
|
${Q}for f in ${XPI_BIN_FILES} ; do \
|
||||||
cp $$f ${BUILD_XPI_DIR}/$$f ; \
|
cp $$f ${BUILD_XPI_DIR}/$$f ; \
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user