Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
[gecko.git] / intl / locales / Makefile.in
blobcaa1947beb32cac0054da58c79b461d50c73c2f8
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 include $(topsrcdir)/config/rules.mk
7 PATTERN_FILES = $(strip $(wildcard $(srcdir)/*/hyphenation/*.dic))
9 ifneq (,$(PATTERN_FILES))
10 libs::
11 $(INSTALL) $(PATTERN_FILES) $(FINAL_TARGET)/hyphenation
12 endif