12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
# process the palettes file...
|
|
|
|
BUILT_SOURCES = desc.$(LANG)
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
TOP = $(top_builddir)/programs
|
|
MERGE = $(top_builddir)/programs/localized/util/merge
|
|
|
|
desc.$(LANG): $(TOP)/dtstyle/Palettes Palettes.tmsg
|
|
$(MERGE) -lang $(LANG) Palettes.tmsg < $< > $@ || $(RM) $@
|