dtprintinfo: Coverity 88650
[oweals/cde.git] / cde / programs / localized / util / ImakefileTemplate
1 XCOMM $XConsortium: ImakefileTemplate /main/3 1995/11/08 13:39:21 rswiston $
2 /*
3  * This file is a template Imakefile for making .cat files from all of
4  * the .msg files in a directory. You need to set LANG to the proper
5  * language.
6  */
7
8 DESKTOP_VERSION_STRING = DesktopVersionString
9 LANG=C
10 #ifdef RsArchitecture
11 SHELL=/bin/ksh
12 #endif
13
14 /* make the message catalogs from .msg files */
15 RandomMessageCatalogRule()
16
17 clean::
18         (RM) *.cat
19
20 depend::