1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-09 19:55:46 +01:00

Support make install{xpi} for {Melo,Tele}dactyl.

This commit is contained in:
Doug Kearns
2011-01-07 02:26:46 +11:00
parent b1e8834f3b
commit 7eb7772b61
3 changed files with 15 additions and 8 deletions

View File

@@ -2,4 +2,11 @@
NAME = teledactyl
THUNDERBIRD ?= thunderbird
HOSTAPP ?= $(THUNDERBIRD)
PROFILEPATHS ?= "$$HOME/.thunderbird" \
"$$HOME/Library/Thunderbird" \
"$$APPDATA/Thunderbird" \
"$$AppData/Thunderbird"
include ../common/Makefile