Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 1996 23:14:38 -0800 (PST)
From:      Satoshi Asami <asami>
To:        CVS-committers, cvs-all, cvs-share
Subject:   cvs commit:  src/share/doc Makefile src/share/doc/ja_JP.EUC Makefile
Message-ID:  <199612180714.XAA21255@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       96/12/17 23:14:38

  Modified:    share/doc  Makefile
  Added:       share/doc/ja_JP.EUC  Makefile
  Log:
  Add support for NLS document building.
  
  Here's the logic (mostly suggested by John Fieber):
  
   @ If ALLLANG is defined, descend to all language-specific subdirs too.
   @ If ALLLANG is not defined, but LANG is defined and a subdirectory with
     that name exists, descend to that directory too.
   @ In either case, the default subdirectories are always traversed.
  
  Right now there's only one subdirectory (ja_JP.EUC) with one document
  (handbook).  Note these changes won't do anything if you don't have ALLLANG
  defined or LANG set to ja_JP.EUC.
  
  The make world for releases is expected to define ALLLANG, so all language-
  specific documentation can be built (and be put in appropriate *dists).
  
  This should be in 2.2.
  
  Revision  Changes    Path
  1.10      +17 -1     src/share/doc/Makefile



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612180714.XAA21255>