1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-14 14:15:47 +01:00

only add NEWS instead of ChangeLog in .xpi, to dramatically reduce size for future releases

This commit is contained in:
Martin Stubenschrott
2007-08-16 21:50:47 +00:00
parent 1e4ffc635c
commit 665cf55bc1
3 changed files with 6 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ JAR_FILES = ${shell find chrome/content -type f \
JAR_DIRS = $(foreach f,${JAR_FILES},$(dir $f))
JAR = chrome/vimperator.jar
XPI_TXT_FILES = install.rdf chrome.manifest TODO AUTHORS Donators ChangeLog
XPI_TXT_FILES = install.rdf chrome.manifest TODO AUTHORS Donators NEWS
XPI_DIRS = $(foreach f,${XPI_FILES},$(dir $f))
XPI_BIN_FILES = ${JAR} Makefile
XPI_FILES = ${XPI_BIN_FILES} ${XPI_TXT_FILES}