Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F35134569
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
954 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
DO_FIX_LANG =
NO_GEN_FILES =
include ../config/autoconf.mk
ifneq ($(FIX_LANGUAGES),no)
DO_FIX_LANG = prepFiles
else
NO_GEN_FILES = -ng
endif
all: jar
languages = $(shell cat current-languages.txt)
prepFiles:
for l in $(languages); do \
$(PERL) $(DEPTH)/util/fixlang.pl $(DEPTH)/ui/locale/en-US $$l; \
done
export: $(DO_FIX_LANG)
mkdir -p $(BUILD)/lang
$(PERL) $(DEPTH)/util/make-lang-xpi.pl $(NO_GEN_FILES) 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 1, 7:51 PM (21 h, 33 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
21/03/e63b3b677a3fa2dbac7daf183aef
Attached To
rENIG Enigmail
Event Timeline
Log In to Comment