move build.dtd handling in toolkit/locale

This commit is contained in:
chanial%noos.fr 2003-11-15 19:43:56 +00:00
Родитель 0bddc6e1ef
Коммит c8b649038c
2 изменённых файлов: 7 добавлений и 9 удалений

Просмотреть файл

@ -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