зеркало из https://github.com/mozilla/gecko-dev.git
preparing for Jar Packaging If jar packaging is enabled don't copy
navigator.dtd, it will be placed in the jar. currently this is disabled.
This commit is contained in:
Родитель
fd9585e532
Коммит
4c6580909c
|
@ -47,10 +47,11 @@ include $(topsrcdir)/config/rules.mk
|
||||||
# GARBAGE += navigator.dtd.out
|
# GARBAGE += navigator.dtd.out
|
||||||
GARBAGE_DIRS += navigator.dtd.out
|
GARBAGE_DIRS += navigator.dtd.out
|
||||||
|
|
||||||
|
ifneq ($(MOZ_ENABLE_JAR_PACKAGING),)
|
||||||
navigator.dtd.out: navigator.dtd $(DEPTH)/config/build_number
|
navigator.dtd.out: navigator.dtd $(DEPTH)/config/build_number
|
||||||
cp $(srcdir)/navigator.dtd $@
|
cp $(srcdir)/navigator.dtd $@
|
||||||
$(PERL) $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number
|
$(PERL) $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number
|
||||||
|
|
||||||
install:: navigator.dtd.out
|
install:: navigator.dtd.out
|
||||||
cp navigator.dtd.out $(CHROME_DIST)/$(CHROME_L10N_DIR)/navigator.dtd
|
cp navigator.dtd.out $(CHROME_DIST)/$(CHROME_L10N_DIR)/navigator.dtd
|
||||||
|
endif
|
||||||
|
|
Загрузка…
Ссылка в новой задаче