mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
localized: make backdrops build
This commit is contained in:
parent
376f1e15ee
commit
d89d47bded
6 changed files with 36 additions and 0 deletions
5
cde/programs/localized/C/backdrops/Makefile.am
Normal file
5
cde/programs/localized/C/backdrops/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/C.am
|
||||
include ../../templates/backdrops.am
|
||||
|
5
cde/programs/localized/de_DE.UTF-8/backdrops/Makefile.am
Normal file
5
cde/programs/localized/de_DE.UTF-8/backdrops/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/German.am
|
||||
include ../../templates/backdrops.am
|
||||
|
5
cde/programs/localized/es_ES.UTF-8/backdrops/Makefile.am
Normal file
5
cde/programs/localized/es_ES.UTF-8/backdrops/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/Spanish.am
|
||||
include ../../templates/backdrops.am
|
||||
|
5
cde/programs/localized/fr_FR.UTF-8/backdrops/Makefile.am
Normal file
5
cde/programs/localized/fr_FR.UTF-8/backdrops/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/French.am
|
||||
include ../../templates/backdrops.am
|
||||
|
5
cde/programs/localized/it_IT.UTF-8/backdrops/Makefile.am
Normal file
5
cde/programs/localized/it_IT.UTF-8/backdrops/Makefile.am
Normal file
|
@ -0,0 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/Italian.am
|
||||
include ../../templates/backdrops.am
|
||||
|
11
cde/programs/localized/templates/backdrops.am
Normal file
11
cde/programs/localized/templates/backdrops.am
Normal file
|
@ -0,0 +1,11 @@
|
|||
# process the backdrop file...
|
||||
|
||||
BUILT_SOURCES = desc.$(LANG)
|
||||
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
TOP = $(top_builddir)/programs
|
||||
MERGE = $(top_builddir)/programs/localized/util/merge
|
||||
|
||||
desc.$(LANG): $(TOP)/dtstyle/Backdrops Backdrops.tmsg
|
||||
$(MERGE) -lang $(LANG) Backdrops.tmsg < $< > $@ || $(RM) $@
|
Loading…
Reference in a new issue