doc2sdl: install locale files to datadir.
This commit is contained in:
9
cde/programs/dtdocbook/doc2sdl/locales/Makefile.am
Normal file
9
cde/programs/dtdocbook/doc2sdl/locales/Makefile.am
Normal file
@@ -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
|
||||
@@ -0,0 +1,6 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../doc2sdl.am
|
||||
|
||||
localefilesdir = $(doc2sdldatadir)/locales/de_DE.UTF-8
|
||||
localefiles_DATA = strings
|
||||
@@ -0,0 +1,6 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../doc2sdl.am
|
||||
|
||||
localefilesdir = $(doc2sdldatadir)/locales/el_GR.UTF-8
|
||||
localefiles_DATA = strings
|
||||
@@ -0,0 +1,6 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../doc2sdl.am
|
||||
|
||||
localefilesdir = $(doc2sdldatadir)/locales/en_US.UTF-8
|
||||
localefiles_DATA = strings
|
||||
@@ -0,0 +1,6 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../doc2sdl.am
|
||||
|
||||
localefilesdir = $(doc2sdldatadir)/locales/es_ES.UTF-8
|
||||
localefiles_DATA = strings
|
||||
@@ -0,0 +1,6 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../doc2sdl.am
|
||||
|
||||
localefilesdir = $(doc2sdldatadir)/locales/fr_FR.UTF-8
|
||||
localefiles_DATA = strings
|
||||
@@ -0,0 +1,6 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../doc2sdl.am
|
||||
|
||||
localefilesdir = $(doc2sdldatadir)/locales/it_IT.UTF-8
|
||||
localefiles_DATA = strings
|
||||
@@ -0,0 +1,6 @@
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../doc2sdl.am
|
||||
|
||||
localefilesdir = $(doc2sdldatadir)/locales/ja_JP.UTF-8
|
||||
localefiles_DATA = strings
|
||||
Reference in New Issue
Block a user