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:
dprice%netscape.com 2000-09-09 22:54:07 +00:00
Родитель fd9585e532
Коммит 4c6580909c
1 изменённых файлов: 2 добавлений и 1 удалений

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

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