зеркало из https://github.com/mozilla/pjs.git
Bug 430980: don't package help viewer theme/locale files. r=gavin
This commit is contained in:
Родитель
829293474c
Коммит
6f312b86c4
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче