Bug 295465: Add myspell to Tb source l10n;r+a=benjamin,sr=mscott

git-svn-id: svn://10.0.0.236/trunk@176170 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
gandalf%firefox.pl 2005-07-16 18:45:12 +00:00
parent 8aa46e8522
commit eb415fe2db
5 changed files with 18 additions and 16 deletions

View File

@ -42,7 +42,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = spellchecker
DIRS = src idl myspell
DIRS = src idl myspell locales
include $(topsrcdir)/config/rules.mk

View File

@ -11,14 +11,15 @@
# for the specific language governing rights and limitations under the
# License.
#
# The Original Code is Mozilla Spellchecker Component.
# The Original Code is the Mozilla Browser code.
#
# The Initial Developer of the Original Code is
# David Einstein.
# Portions created by the Initial Developer are Copyright (C) 2001
# Benjamin Smedberg <benjamin@smedbergs.us>
# Portions created by the Initial Developer are Copyright (C) 2004
# the Initial Developer. All Rights Reserved.
#
# Contributor(s): David Einstein <Deinst@world.std.com>
# Contributor(s):
# Zbigniew Braniecki <gandalf@e-gandalf.net>
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 2 or later (the "GPL"), or
@ -34,23 +35,24 @@
#
# ***** END LICENSE BLOCK *****
DEPTH = ../../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
DEPTH = ../../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
relativesrcdir = extensions/spellcheck/locales
include $(DEPTH)/config/autoconf.mk
DEFINES += -DAB_CD=$(AB_CD)
include $(topsrcdir)/config/rules.mk
DICTIONARY_FILES=\
$(srcdir)/en-US.dic \
$(srcdir)/en-US.aff \
$(NULL)
DICTIONARY_FILES = $(strip $(wildcard $(LOCALE_SRCDIR)/myspell/*.dic) $(wildcard $(LOCALE_SRCDIR)/myspell/*.aff))
ifneq (,$(DICTIONARY_FILES))
libs::
$(INSTALL) $(DICTIONARY_FILES) $(DIST)/bin/components/myspell
$(INSTALL) $(DICTIONARY_FILES) $(DIST)/bin/components/myspell
install::
$(SYSINSTALL) $(IFLAGS1) $(DICTIONARY_FILES) $(DESTDIR)$(mozappdir)/components/myspell
$(SYSINSTALL) $(IFLAGS1) $(DICTIONARY_FILE_PREFIX) $(DESTDIR)$(mozappdir)/components/myspell
endif

View File

@ -42,7 +42,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = myspell
DIRS = src dictionaries
DIRS = src
include $(topsrcdir)/config/rules.mk