From a2e0ebf3922d4ac682162e63ec7b209ef58f3c7c Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Fri, 5 Jan 2018 18:23:08 +0900 Subject: Add files to enable ITS support in gettext --- src/Makefile.am | 5 +++++ src/fontconfig.its | 4 ++++ src/fontconfig.loc | 6 ++++++ 3 files changed, 15 insertions(+) create mode 100644 src/fontconfig.its create mode 100644 src/fontconfig.loc (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 80780b62..d6c4931b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -218,4 +218,9 @@ fontconfig.def: $(PUBLIC_FILES) $(PUBLIC_FT_FILES) echo VERSION @LIBT_CURRENT@.@LIBT_REVISION@) >$@ @ ! $(GREP) -q FcERROR $@ || ($(RM) $@; false) +gettextitsdir = $(datadir)/gettext/its +gettextits_DATA = \ + fontconfig.its \ + fontconfig.loc + -include $(top_srcdir)/git.mk diff --git a/src/fontconfig.its b/src/fontconfig.its new file mode 100644 index 00000000..9f359222 --- /dev/null +++ b/src/fontconfig.its @@ -0,0 +1,4 @@ + + + + diff --git a/src/fontconfig.loc b/src/fontconfig.loc new file mode 100644 index 00000000..5bc4f6ce --- /dev/null +++ b/src/fontconfig.loc @@ -0,0 +1,6 @@ + + + + + + -- cgit v1.2.3