summaryrefslogtreecommitdiffstats
path: root/intl/locales/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'intl/locales/Makefile.in')
-rw-r--r--intl/locales/Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/intl/locales/Makefile.in b/intl/locales/Makefile.in
new file mode 100644
index 000000000..7d5908d58
--- /dev/null
+++ b/intl/locales/Makefile.in
@@ -0,0 +1,14 @@
+# 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/.
+
+include $(topsrcdir)/config/rules.mk
+
+ifndef MOZ_EXCLUDE_HYPHENATION_DICTIONARIES
+PATTERN_FILES = $(strip $(wildcard $(srcdir)/*/hyphenation/*.dic))
+
+ifneq (,$(PATTERN_FILES))
+libs::
+ $(INSTALL) $(PATTERN_FILES) $(FINAL_TARGET)/hyphenation
+endif
+endif # MOZ_EXCLUDE_HYPHENATION_DICTIONARIES