mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 03:32:24 +00:00
doc2sdl: install locale files to datadir.
This commit is contained in:
parent
9e04623d4b
commit
73078fb103
8 changed files with 51 additions and 0 deletions
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
|
Loading…
Reference in a new issue