From owner-cvs-share Tue Dec 17 23:14:40 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA21263 for cvs-share-outgoing; Tue, 17 Dec 1996 23:14:40 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id XAA21255; Tue, 17 Dec 1996 23:14:38 -0800 (PST) Date: Tue, 17 Dec 1996 23:14:38 -0800 (PST) From: Satoshi Asami Message-Id: <199612180714.XAA21255@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-share Subject: cvs commit: src/share/doc Makefile src/share/doc/ja_JP.EUC Makefile Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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