зеркало из https://github.com/mozilla/pjs.git
move build.dtd handling in toolkit/locale
This commit is contained in:
Родитель
0bddc6e1ef
Коммит
c8b649038c
|
@ -59,17 +59,8 @@ else
|
||||||
DIRS += skin/win
|
DIRS += skin/win
|
||||||
endif
|
endif
|
||||||
|
|
||||||
CHROME_DEPS = locale/build.dtd
|
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
GARBAGE += locale/build.dtd
|
|
||||||
|
|
||||||
locale/build.dtd: locale/build.dtd.in $(DEPTH)/config/build_number
|
|
||||||
@$(RM) -f $@
|
|
||||||
@if test ! -d locale; then mkdir locale; fi
|
|
||||||
$(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number $(srcdir)/locale/build.dtd.in
|
|
||||||
|
|
||||||
distclean::
|
distclean::
|
||||||
$(RM) -f content/buildconfig.html
|
$(RM) -f content/buildconfig.html
|
||||||
|
|
||||||
|
|
|
@ -27,5 +27,12 @@ VPATH = @srcdir@
|
||||||
|
|
||||||
include $(DEPTH)/config/autoconf.mk
|
include $(DEPTH)/config/autoconf.mk
|
||||||
|
|
||||||
|
CHROME_DEPS = build.dtd
|
||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
GARBAGE += locale/build.dtd
|
||||||
|
|
||||||
|
build.dtd: build.dtd.in $(DEPTH)/config/build_number
|
||||||
|
@$(RM) -f $@
|
||||||
|
$(PERL) -I$(topsrcdir)/config $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number $(srcdir)/build.dtd.in
|
||||||
|
|
Загрузка…
Ссылка в новой задаче