localized: make backdrops build
This commit is contained in:
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) $@
|
||||
Reference in New Issue
Block a user