doc/help localization changes

- 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
This commit is contained in:
Jon Trulson
2012-06-18 22:01:02 -06:00
parent 81b0818361
commit fff18bf2b7
10 changed files with 621 additions and 10 deletions

View File

@@ -3,8 +3,14 @@ XCOMM $XConsortium: Imakefile /main/10 1996/07/23 22:00:00 rws $
#define PassCDebugFlags
/* due to split-VOB setup, force help to come last in make Makefiles */
#if defined(LinuxArchitecture)
XCOMM we cannot build guides on linux yet
SUBDIRS = man help
BSUBDIRS = help man
#else
SUBDIRS = man guides m-guides help
BSUBDIRS = help man guides m-guides
#endif
XCOMM work around local clearcase vobs setup
MakeDirectories(all,help-sdl cde.dti)

View File

@@ -2,7 +2,12 @@ XCOMM $XConsortium: Imakefile /main/3 1996/06/19 16:19:59 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))

View File

@@ -2,7 +2,12 @@ XCOMM $XConsortium: Imakefile /main/3 1996/06/19 16:32:32 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))

View File

@@ -2,7 +2,12 @@ XCOMM $XConsortium: Imakefile /main/3 1996/06/19 16:43:05 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))

View File

@@ -2,7 +2,12 @@ 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))

View File

@@ -3,9 +3,14 @@ XCOMM $TOG: Imakefile /main/5 1997/03/05 11:10:37 damon $
#define PassCDebugFlags
/* due to split-VOB setup, force help to come last in make Makefiles */
#if defined(LinuxArchitecture)
XCOMM we cannot build guides on linux yet
SUBDIRS = help
BSUBDIRS = help
#else
SUBDIRS = guides m-guides help
BSUBDIRS = help guides m-guides
#endif
XCOMM work around local clearcase vobs setup
MakeDirectories(all,help-sdl cde.dti)