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

:source support

This commit is contained in:
Martin Stubenschrott
2007-04-20 15:03:06 +00:00
parent 43f25cee76
commit c560289b0a
4 changed files with 16 additions and 12 deletions

View File

@@ -2,7 +2,7 @@
VERSION = 0.4
JAR_FILES = ${shell find chrome/content/ -type f -a ! -path '*CVS*'} chrome.manifest
JAR_FILES = ${shell find chrome/content/ -type f -a ! -path '*CVS*' ! -name 'tags'} chrome.manifest
JAR = chrome/vimperator.jar
RELEASE_FILES = ${JAR} install.rdf chrome.manifest TODO AUTHORS Donators ChangeLog Makefile