mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 11:42:21 +00:00
Commit the template changes for the locales including the missing msg files.
This commit is contained in:
parent
d3eba56a0c
commit
978aff3dc9
2 changed files with 9 additions and 0 deletions
|
@ -38,6 +38,12 @@ TMPLOCAL_DEST = `ls *.msg |grep -v libAB |sed -e 's/.msg/.cat/g'` @@\
|
|||
AllTarget($(TMPLOCAL_TARGET)) @@\
|
||||
@@\
|
||||
.SUFFIXES: .msg .cat @@\
|
||||
@@\
|
||||
RandomMotifMessageCatalogRule(Xm) @@\
|
||||
@@\
|
||||
RandomMotifMessageCatalogRule(Mrm) @@\
|
||||
@@\
|
||||
RandomMotifMessageCatalogRule(Uil) @@\
|
||||
@@\
|
||||
dtprintinfo.cat: dtprintinfo.msg @@\
|
||||
@echo "Running sym2num for $@ with LANG set to $(LANG)" @@\
|
||||
|
|
|
@ -9,6 +9,9 @@ SHELL=/bin/ksh
|
|||
#endif
|
||||
|
||||
OBJS= \
|
||||
Xm.cat \
|
||||
Mrm.cat \
|
||||
Uil.cat \
|
||||
DtHelp.cat \
|
||||
fmt_tbl.cat \
|
||||
DtMail.cat \
|
||||
|
|
Loading…
Reference in a new issue