From 4c6580909c0f7260f8ce7b78829cf9a8cb74c08e Mon Sep 17 00:00:00 2001 From: "dprice%netscape.com" Date: Sat, 9 Sep 2000 22:54:07 +0000 Subject: [PATCH] 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. --- xpfe/browser/resources/locale/en-US/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xpfe/browser/resources/locale/en-US/Makefile.in b/xpfe/browser/resources/locale/en-US/Makefile.in index 7116c4e7423c..4ff5ab193180 100644 --- a/xpfe/browser/resources/locale/en-US/Makefile.in +++ b/xpfe/browser/resources/locale/en-US/Makefile.in @@ -47,10 +47,11 @@ include $(topsrcdir)/config/rules.mk # GARBAGE += navigator.dtd.out GARBAGE_DIRS += navigator.dtd.out +ifneq ($(MOZ_ENABLE_JAR_PACKAGING),) navigator.dtd.out: navigator.dtd $(DEPTH)/config/build_number cp $(srcdir)/navigator.dtd $@ $(PERL) $(topsrcdir)/config/aboutime.pl $@ $(DEPTH)/config/build_number install:: navigator.dtd.out cp navigator.dtd.out $(CHROME_DIST)/$(CHROME_L10N_DIR)/navigator.dtd - +endif