mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-04 10:35:46 +01:00
small changes
This commit is contained in:
5
Makefile
5
Makefile
@@ -19,6 +19,7 @@ VIMPERATOR_CHROME = $(wildcard ${FIREFOX_DEFAULT}/extensions/{f9570b26-e246-4753
|
|||||||
|
|
||||||
# specify V=1 on make line to see more verbose output
|
# specify V=1 on make line to see more verbose output
|
||||||
Q=$(if ${V},,@)
|
Q=$(if ${V},,@)
|
||||||
|
CP_V=$(if ${V},-v)
|
||||||
|
|
||||||
#### rules
|
#### rules
|
||||||
|
|
||||||
@@ -47,14 +48,14 @@ info:
|
|||||||
@echo "vimperator chrome ${VIMPERATOR_CHROME}"
|
@echo "vimperator chrome ${VIMPERATOR_CHROME}"
|
||||||
|
|
||||||
needs_chrome_dir:
|
needs_chrome_dir:
|
||||||
test -d "${VIMPERATOR_CHROME}"
|
${Q}test -d "${VIMPERATOR_CHROME}"
|
||||||
|
|
||||||
xpi: ${RELEASE}
|
xpi: ${RELEASE}
|
||||||
jar: ${JAR}
|
jar: ${JAR}
|
||||||
|
|
||||||
install: needs_chrome_dir ${JAR}
|
install: needs_chrome_dir ${JAR}
|
||||||
@echo "Installing JAR..."
|
@echo "Installing JAR..."
|
||||||
${Q}cp -v ${JAR} ${VIMPERATOR_CHROME}
|
${Q}cp ${CP_V} ${JAR} ${VIMPERATOR_CHROME}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@echo "Cleanup..."
|
@echo "Cleanup..."
|
||||||
|
|||||||
Reference in New Issue
Block a user