backdrops.am 388 B

12345678910111213
  1. # process the backdrop file...
  2. BUILT_SOURCES = desc.$(LANG)
  3. CLEANFILES = $(BUILT_SOURCES)
  4. backdropsdir = $(CDE_INSTALLATION_TOP)/share/backdrops
  5. dist_backdrops_DATA = $(BUILT_SOURCES)
  6. TOP = $(top_builddir)/programs
  7. MERGE = $(top_builddir)/programs/localized/util/merge
  8. desc.$(LANG): $(TOP)/dtstyle/Backdrops Backdrops.tmsg
  9. $(MERGE) -lang $(LANG) Backdrops.tmsg < $< > $@ || $(RM) $@