Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F20065159
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
810 B
Subscribers
None
Makefile
View Options
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
DEPTH = ..
define copyLang =
mkdir -p $(BUILD)/lang/$^
endef
include ../config/autoconf.mk
all: jar
languages = $(shell cat current-languages.txt)
prepFiles:
for l in $(languages); do \
$(DEPTH)/util/fixlang.pl $(DEPTH)/ui/locale/en-US $$l; \
done
export: prepFiles
mkdir -p $(BUILD)/lang
$(PERL) $(DEPTH)/util/make-lang-xpi.pl current-languages.txt $(BUILD)/lang
jar: export
$(PYTHON) ../util/JarMaker.py -j $(DIST)/chrome -t . -f jar $(BUILD)/lang/jar.mn
clean:
for l in $(languages); do \
rm -f $$l/enigmail.dtd.gen $$l/enigmail.properties.gen; \
done
rm -f $(BUILD)/lang/jar.mn
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sun, Feb 23, 8:10 PM (1 h, 44 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
49/86/a29839baaaf43d6a8c443cd0d9b9
Attached To
rENIG Enigmail
Event Timeline
Log In to Comment