1
0
Fork 0
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:
Jon Trulson 2019-11-30 17:00:00 -07:00
parent 376f1e15ee
commit d89d47bded
6 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/C.am
include ../../templates/backdrops.am

View file

@ -0,0 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/German.am
include ../../templates/backdrops.am

View file

@ -0,0 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/Spanish.am
include ../../templates/backdrops.am

View file

@ -0,0 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/French.am
include ../../templates/backdrops.am

View file

@ -0,0 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
include ../../templates/Italian.am
include ../../templates/backdrops.am

View 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) $@