From 978aff3dc9c7d009423a3d7fd0624d12f9df0734 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Mon, 16 Jul 2012 19:52:36 -0600 Subject: [PATCH] Commit the template changes for the locales including the missing msg files. --- cde/programs/localized/templates/header2.tmpl | 6 ++++++ cde/programs/localized/templates/msg.C.tmpl | 3 +++ 2 files changed, 9 insertions(+) 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 \ -- 2.25.1