From 73078fb103eaa1627a7044370ef886e2578803b1 Mon Sep 17 00:00:00 2001 From: Liang Chang Date: Mon, 20 Dec 2021 06:31:10 +0800 Subject: [PATCH] doc2sdl: install locale files to datadir. --- cde/programs/dtdocbook/doc2sdl/locales/Makefile.am | 9 +++++++++ .../dtdocbook/doc2sdl/locales/de_DE.UTF-8/Makefile.am | 6 ++++++ .../dtdocbook/doc2sdl/locales/el_GR.UTF-8/Makefile.am | 6 ++++++ .../dtdocbook/doc2sdl/locales/en_US.UTF-8/Makefile.am | 6 ++++++ .../dtdocbook/doc2sdl/locales/es_ES.UTF-8/Makefile.am | 6 ++++++ .../dtdocbook/doc2sdl/locales/fr_FR.UTF-8/Makefile.am | 6 ++++++ .../dtdocbook/doc2sdl/locales/it_IT.UTF-8/Makefile.am | 6 ++++++ .../dtdocbook/doc2sdl/locales/ja_JP.UTF-8/Makefile.am | 6 ++++++ 8 files changed, 51 insertions(+) create mode 100644 cde/programs/dtdocbook/doc2sdl/locales/Makefile.am create mode 100644 cde/programs/dtdocbook/doc2sdl/locales/de_DE.UTF-8/Makefile.am create mode 100644 cde/programs/dtdocbook/doc2sdl/locales/el_GR.UTF-8/Makefile.am create mode 100644 cde/programs/dtdocbook/doc2sdl/locales/en_US.UTF-8/Makefile.am create mode 100644 cde/programs/dtdocbook/doc2sdl/locales/es_ES.UTF-8/Makefile.am create mode 100644 cde/programs/dtdocbook/doc2sdl/locales/fr_FR.UTF-8/Makefile.am create mode 100644 cde/programs/dtdocbook/doc2sdl/locales/it_IT.UTF-8/Makefile.am create mode 100644 cde/programs/dtdocbook/doc2sdl/locales/ja_JP.UTF-8/Makefile.am diff --git a/cde/programs/dtdocbook/doc2sdl/locales/Makefile.am b/cde/programs/dtdocbook/doc2sdl/locales/Makefile.am new file mode 100644 index 000000000..2b1e7cf43 --- /dev/null +++ b/cde/programs/dtdocbook/doc2sdl/locales/Makefile.am @@ -0,0 +1,9 @@ +MAINTAINERCLEANFILES = Makefile.in + +SUBDIRS = de_DE.UTF-8 \ + el_GR.UTF-8 \ + en_US.UTF-8 \ + es_ES.UTF-8 \ + fr_FR.UTF-8 \ + it_IT.UTF-8 \ + ja_JP.UTF-8 diff --git a/cde/programs/dtdocbook/doc2sdl/locales/de_DE.UTF-8/Makefile.am b/cde/programs/dtdocbook/doc2sdl/locales/de_DE.UTF-8/Makefile.am new file mode 100644 index 000000000..be15166b0 --- /dev/null +++ b/cde/programs/dtdocbook/doc2sdl/locales/de_DE.UTF-8/Makefile.am @@ -0,0 +1,6 @@ +MAINTAINERCLEANFILES = Makefile.in + +include ../../doc2sdl.am + +localefilesdir = $(doc2sdldatadir)/locales/de_DE.UTF-8 +localefiles_DATA = strings diff --git a/cde/programs/dtdocbook/doc2sdl/locales/el_GR.UTF-8/Makefile.am b/cde/programs/dtdocbook/doc2sdl/locales/el_GR.UTF-8/Makefile.am new file mode 100644 index 000000000..2aa532a08 --- /dev/null +++ b/cde/programs/dtdocbook/doc2sdl/locales/el_GR.UTF-8/Makefile.am @@ -0,0 +1,6 @@ +MAINTAINERCLEANFILES = Makefile.in + +include ../../doc2sdl.am + +localefilesdir = $(doc2sdldatadir)/locales/el_GR.UTF-8 +localefiles_DATA = strings diff --git a/cde/programs/dtdocbook/doc2sdl/locales/en_US.UTF-8/Makefile.am b/cde/programs/dtdocbook/doc2sdl/locales/en_US.UTF-8/Makefile.am new file mode 100644 index 000000000..6237fc8aa --- /dev/null +++ b/cde/programs/dtdocbook/doc2sdl/locales/en_US.UTF-8/Makefile.am @@ -0,0 +1,6 @@ +MAINTAINERCLEANFILES = Makefile.in + +include ../../doc2sdl.am + +localefilesdir = $(doc2sdldatadir)/locales/en_US.UTF-8 +localefiles_DATA = strings diff --git a/cde/programs/dtdocbook/doc2sdl/locales/es_ES.UTF-8/Makefile.am b/cde/programs/dtdocbook/doc2sdl/locales/es_ES.UTF-8/Makefile.am new file mode 100644 index 000000000..8db22de65 --- /dev/null +++ b/cde/programs/dtdocbook/doc2sdl/locales/es_ES.UTF-8/Makefile.am @@ -0,0 +1,6 @@ +MAINTAINERCLEANFILES = Makefile.in + +include ../../doc2sdl.am + +localefilesdir = $(doc2sdldatadir)/locales/es_ES.UTF-8 +localefiles_DATA = strings diff --git a/cde/programs/dtdocbook/doc2sdl/locales/fr_FR.UTF-8/Makefile.am b/cde/programs/dtdocbook/doc2sdl/locales/fr_FR.UTF-8/Makefile.am new file mode 100644 index 000000000..cb370c478 --- /dev/null +++ b/cde/programs/dtdocbook/doc2sdl/locales/fr_FR.UTF-8/Makefile.am @@ -0,0 +1,6 @@ +MAINTAINERCLEANFILES = Makefile.in + +include ../../doc2sdl.am + +localefilesdir = $(doc2sdldatadir)/locales/fr_FR.UTF-8 +localefiles_DATA = strings diff --git a/cde/programs/dtdocbook/doc2sdl/locales/it_IT.UTF-8/Makefile.am b/cde/programs/dtdocbook/doc2sdl/locales/it_IT.UTF-8/Makefile.am new file mode 100644 index 000000000..b2fcc8e48 --- /dev/null +++ b/cde/programs/dtdocbook/doc2sdl/locales/it_IT.UTF-8/Makefile.am @@ -0,0 +1,6 @@ +MAINTAINERCLEANFILES = Makefile.in + +include ../../doc2sdl.am + +localefilesdir = $(doc2sdldatadir)/locales/it_IT.UTF-8 +localefiles_DATA = strings diff --git a/cde/programs/dtdocbook/doc2sdl/locales/ja_JP.UTF-8/Makefile.am b/cde/programs/dtdocbook/doc2sdl/locales/ja_JP.UTF-8/Makefile.am new file mode 100644 index 000000000..215385046 --- /dev/null +++ b/cde/programs/dtdocbook/doc2sdl/locales/ja_JP.UTF-8/Makefile.am @@ -0,0 +1,6 @@ +MAINTAINERCLEANFILES = Makefile.in + +include ../../doc2sdl.am + +localefilesdir = $(doc2sdldatadir)/locales/ja_JP.UTF-8 +localefiles_DATA = strings