Bug 430980: don't package help viewer theme/locale files. r=gavin

This commit is contained in:
Steffen Wilberg 2008-08-18 21:52:20 +02:00
parent f07e0ab2a2
commit afc9fe8cef
4 changed files with 18 additions and 6 deletions

View File

@ -107,10 +107,12 @@
* locale/@AB_CD@/passwordmgr/passwordManager.dtd (%chrome/passwordmgr/passwordManager.dtd)
% locale autoconfig @AB_CD@ %locale/@AB_CD@/autoconfig/
locale/@AB_CD@/autoconfig/autoconfig.properties (%chrome/autoconfig/autoconfig.properties)
% locale help @AB_CD@ %locale/@AB_CD@/help/
#ifdef MOZ_HELP_VIEWER
% locale help @AB_CD@ %locale/@AB_CD@/help/
locale/@AB_CD@/help/help.properties (%chrome/mozapps/help/help.properties)
locale/@AB_CD@/help/help.dtd (%chrome/mozapps/help/help.dtd)
locale/@AB_CD@/help/help-toc.rdf (%chrome/mozapps/help/help-toc.rdf)
locale/@AB_CD@/help/welcome.xhtml (%chrome/mozapps/help/welcome.xhtml)
#endif
% locale places @AB_CD@ %locale/@AB_CD@/places/
locale/@AB_CD@/places/places.properties (%chrome/places/places.properties)

View File

@ -43,7 +43,10 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = global mozapps help
DIRS = global mozapps
ifdef MOZ_HELP_VIEWER
DIRS += help
endif
include $(topsrcdir)/config/rules.mk

View File

@ -42,7 +42,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = global mozapps help
DIRS = global mozapps
ifdef MOZ_HELP_VIEWER
DIRS += help
endif
ifdef MOZ_MOCHITEST
DIRS += tests

View File

@ -43,7 +43,10 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = global mozapps help
DIRS = global mozapps
ifdef MOZ_HELP_VIEWER
DIRS += help
endif
include $(topsrcdir)/config/rules.mk