21 lines
442 B
Plaintext
21 lines
442 B
Plaintext
XCOMM $XConsortium: ImakefileTemplate /main/3 1995/11/08 13:39:21 rswiston $
|
|
/*
|
|
* This file is a template Imakefile for making .cat files from all of
|
|
* the .msg files in a directory. You need to set LANG to the proper
|
|
* language.
|
|
*/
|
|
|
|
DESKTOP_VERSION_STRING = DesktopVersionString
|
|
LANG=C
|
|
#ifdef RsArchitecture
|
|
SHELL=/bin/ksh
|
|
#endif
|
|
|
|
/* make the message catalogs from .msg files */
|
|
RandomMessageCatalogRule()
|
|
|
|
clean::
|
|
(RM) *.cat
|
|
|
|
depend::
|