Files
cdesktop/cde/programs/localized/templates/backdrops.am
2019-11-30 17:00:00 -07:00

12 lines
294 B
Plaintext

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