1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-20 21:05:45 +01:00

Minor build system updates.

--HG--
branch : xslt
This commit is contained in:
Kris Maglione
2009-10-27 00:29:10 -04:00
parent 35a6000d68
commit a8c6378b43
2 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,8 @@ BASE = $(TOP)/../common
LOCALEDIR = locale
DOC_FILES = $(wildcard $(LOCALEDIR)/*/*.xml)
MAKE_JAR = VERSION="$(VERSION)" DATE="$(BUILD_DATE)" sh $(BASE)/make_jar.sh
export VERSION BUILD_DATE
MAKE_JAR = sh $(BASE)/make_jar.sh
# TODO: specify source files manually?
JAR_BASES = $(TOP) $(BASE)