14 lines
388 B
Plaintext
14 lines
388 B
Plaintext
# process the backdrop file...
|
|
|
|
BUILT_SOURCES = desc.$(LANG)
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
backdropsdir = $(CDE_INSTALLATION_TOP)/share/backdrops
|
|
dist_backdrops_DATA = $(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) $@
|