Get the message catalogs installed properly on make install

This commit is contained in:
Jon Trulson
2019-12-02 19:06:31 -07:00
parent c40f0c9f08
commit e479b2082b
3 changed files with 21 additions and 8 deletions

View File

@@ -1,11 +1,12 @@
# message files for non-C locales - ie: local .msg files. So much
# nicer :)
TMPLOCAL_DEST = $(shell ls *.msg |grep -v libAB |sed -e 's/.msg/.cat/g')
BUILT_SOURCES = $(TMPLOCAL_DEST)
BUILT_SOURCES = $(shell ls *.msg |grep -v libAB |sed -e 's/.msg/.cat/g')
CLEANFILES = $(BUILT_SOURCES)
msgcatdir = $(CDE_INSTALLATION_TOP)/lib/nls/msg/$(LANG)
dist_msgcat_DATA = $(BUILT_SOURCES)
SUFFIXES = .msg .cat
.msg.cat: