mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
- by default, do not build any other locale than C for now - do not try to build the guides. These require functioning dtinfo/docbook - add a Linux.lcx locale translation db. Not used yet. - fix some overflows in dtdocbook/instant
15 lines
295 B
Text
15 lines
295 B
Text
XCOMM $XConsortium: Imakefile /main/3 1996/06/19 16:53:57 drk $
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags
|
|
|
|
#if defined(LinuxArchitecture)
|
|
XCOMM we cannot build guides on linux yet
|
|
SUBDIRS = help
|
|
#else
|
|
SUBDIRS = help guides
|
|
#endif
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
|
|
clean::
|
|
$(RM) -r help-sdl cde.dti
|