mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 430980: don't package help viewer theme/locale files. r=gavin
This commit is contained in:
parent
f07e0ab2a2
commit
afc9fe8cef
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user