ImakefileTemplate 442 B

1234567891011121314151617181920
  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. DESKTOP_VERSION_STRING = DesktopVersionString
  8. LANG=C
  9. #ifdef RsArchitecture
  10. SHELL=/bin/ksh
  11. #endif
  12. /* make the message catalogs from .msg files */
  13. RandomMessageCatalogRule()
  14. clean::
  15. (RM) *.cat
  16. depend::