From: Jon Trulson Date: Tue, 17 Jul 2012 01:52:36 +0000 (-0600) Subject: Commit the template changes for the locales including the missing msg files. X-Git-Tag: 2.2.0a~11 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=978aff3dc9c7d009423a3d7fd0624d12f9df0734;p=oweals%2Fcde.git Commit the template changes for the locales including the missing msg files. --- diff --git a/cde/programs/localized/templates/header2.tmpl b/cde/programs/localized/templates/header2.tmpl index bc7b2f35..dc16ee17 100644 --- a/cde/programs/localized/templates/header2.tmpl +++ b/cde/programs/localized/templates/header2.tmpl @@ -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)" @@\ diff --git a/cde/programs/localized/templates/msg.C.tmpl b/cde/programs/localized/templates/msg.C.tmpl index c307c89d..b0ae5cb4 100644 --- a/cde/programs/localized/templates/msg.C.tmpl +++ b/cde/programs/localized/templates/msg.C.tmpl @@ -9,6 +9,9 @@ SHELL=/bin/ksh #endif OBJS= \ + Xm.cat \ + Mrm.cat \ + Uil.cat \ DtHelp.cat \ fmt_tbl.cat \ DtMail.cat \