site.def: create new DtDocLocalesToBuild define
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.
This commit is contained in:
@@ -143,4 +143,9 @@ XCOMM or building non-C locales will cause build failures.
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
XCOMM define DtDocLocalesToBuild to be the same as DtLocalesToBuild if undefined
|
||||||
|
#ifndef DtDocLocalesToBuild
|
||||||
|
# define DtDocLocalesToBuild DtLocalesToBuild
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* AfterVendorCF */
|
#endif /* AfterVendorCF */
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ XCOMM $TOG: Imakefile /main/12 1997/05/30 09:21:49 mgreess $
|
|||||||
#define IHaveSubdirs
|
#define IHaveSubdirs
|
||||||
#define PassCDebugFlags
|
#define PassCDebugFlags
|
||||||
|
|
||||||
SUBDIRS = util C DtLocalesToBuild
|
SUBDIRS = util C DtDocLocalesToBuild
|
||||||
|
|
||||||
all::
|
all::
|
||||||
$(RM) -r $(DTINFOGENTMPDIR)
|
$(RM) -r $(DTINFOGENTMPDIR)
|
||||||
|
|||||||
Reference in New Issue
Block a user