localized: make backdrops build
This commit is contained in:
parent
376f1e15ee
commit
d89d47bded
|
|
@ -0,0 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/C.am
|
||||
include ../../templates/backdrops.am
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/German.am
|
||||
include ../../templates/backdrops.am
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/Spanish.am
|
||||
include ../../templates/backdrops.am
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/French.am
|
||||
include ../../templates/backdrops.am
|
||||
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
include ../../templates/Italian.am
|
||||
include ../../templates/backdrops.am
|
||||
|
||||
|
|
@ -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 New Issue