2012-05-21 15:12:37 +04:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2003-07-25 19:47:55 +04:00
|
|
|
|
|
|
|
include $(topsrcdir)/config/rules.mk
|
|
|
|
|
2007-08-06 07:32:58 +04:00
|
|
|
DICTIONARY_FILES = $(strip $(wildcard $(LOCALE_SRCDIR)/hunspell/*.dic) $(wildcard $(LOCALE_SRCDIR)/hunspell/*.aff))
|
2003-07-25 19:47:55 +04:00
|
|
|
|
2005-07-16 22:45:12 +04:00
|
|
|
ifneq (,$(DICTIONARY_FILES))
|
2003-07-25 19:47:55 +04:00
|
|
|
libs::
|
2006-06-29 10:03:12 +04:00
|
|
|
$(INSTALL) $(DICTIONARY_FILES) $(FINAL_TARGET)/dictionaries
|
2005-10-26 22:18:47 +04:00
|
|
|
endif
|