mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-14 12:25:48 +01:00
keyword support for bookmarks
This commit is contained in:
8
Makefile
8
Makefile
@@ -6,7 +6,13 @@ VERSION = 0.4.1
|
||||
OS = $(shell uname -s)
|
||||
BUILD_DATE = $(shell date "+%Y/%m/%d %H:%M:%S")
|
||||
|
||||
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*' \
|
||||
-a \( -path '*.js' \
|
||||
-o -path '*.css' \
|
||||
-o -path '*.xul' \
|
||||
-o -path '*.rdf' \
|
||||
\) } chrome.manifest
|
||||
JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))
|
||||
JAR = chrome/vimperator.jar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user