mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
This would allow different locales to be specified for programs/localization (DtLocalesToBuild) and doc/ (DtDocLocalesToBuild). This would be useful for 'partial' translations like the Greek el_GR locale, where message catalogs, actions, or other items are localized, but documentation like the help system and dtinfo are not.
15 lines
299 B
Text
15 lines
299 B
Text
XCOMM $TOG: Imakefile /main/12 1997/05/30 09:21:49 mgreess $
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags
|
|
|
|
SUBDIRS = util C DtDocLocalesToBuild
|
|
|
|
all::
|
|
$(RM) -r $(DTINFOGENTMPDIR)
|
|
MakeDir($(DTINFOGENTMPDIR))
|
|
|
|
LangMakeSubdirs(C, $(SUBDIRS))
|
|
DependSubdirs(util)
|
|
|
|
clean::
|
|
$(RM) -r $(DTINFOGENTMPDIR)
|