Install backdrops in proper location, install localization for them
[oweals/cde.git] / cde / programs / localized / templates / backdrops.am
1 # process the backdrop file...
2
3 BUILT_SOURCES = desc.$(LANG)
4 CLEANFILES = $(BUILT_SOURCES)
5
6 backdropsdir = $(CDE_INSTALLATION_TOP)/backdrops
7 dist_backdrops_DATA = $(BUILT_SOURCES)
8
9 TOP = $(top_builddir)/programs
10 MERGE = $(top_builddir)/programs/localized/util/merge
11
12 desc.$(LANG): $(TOP)/dtstyle/Backdrops Backdrops.tmsg
13         $(MERGE) -lang $(LANG) Backdrops.tmsg < $< > $@ || $(RM) $@