move build.dtd handling in toolkit/locale

This commit is contained in:
chanial%noos.fr 2003-11-15 19:43:56 +00:00
parent aff6a52d07
commit fbc43ca459
2 changed files with 7 additions and 9 deletions

View File

@ -59,17 +59,8 @@ else
DIRS += skin/win
endif
CHROME_DEPS = locale/build.dtd
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::
$(RM) -f content/buildconfig.html

View File

@ -27,5 +27,12 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
CHROME_DEPS = build.dtd
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