<feed xmlns='http://www.w3.org/2005/Atom'>
<title>doc/ja/Makefile, branch LINUXDOC_2_DOCBOOK_2</title>
<subtitle>FreeBSD documentation tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/'/>
<entry>
<title>Create tag 'LINUXDOC_2_DOCBOOK_2'.</title>
<updated>1998-12-08T22:09:05+00:00</updated>
<author>
<name>Doc Manager</name>
<email>doceng@FreeBSD.org</email>
</author>
<published>1998-12-08T22:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=9e84804a90caa6750ac2580f85ae23df3d540747'/>
<id>9e84804a90caa6750ac2580f85ae23df3d540747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Japanese online manuals will be imported soon in doc/ja/man</title>
<updated>1998-02-25T04:32:56+00:00</updated>
<author>
<name>Hiroyuki Hanai</name>
<email>hanai@FreeBSD.org</email>
</author>
<published>1998-02-25T04:32:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=ab973c72d17604d5e87846977f5228b5a042e631'/>
<id>ab973c72d17604d5e87846977f5228b5a042e631</id>
<content type='text'>
Submitted by: Kazuo Horikawa &lt;horikawa@isrd.hitachi.co.jp&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by: Kazuo Horikawa &lt;horikawa@isrd.hitachi.co.jp&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add FAQ.</title>
<updated>1997-11-17T15:58:15+00:00</updated>
<author>
<name>Masafumi Max NAKANE</name>
<email>max@FreeBSD.org</email>
</author>
<published>1997-11-17T15:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=2f139ebf2cdb7f0a30ec04f5c2fcc0cffdde62c3'/>
<id>2f139ebf2cdb7f0a30ec04f5c2fcc0cffdde62c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert $FreeBSD$ back to $Id$</title>
<updated>1997-02-22T13:02:20+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1997-02-22T13:02:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=6fc1c941f566413569a1565b06739ca91bd7a2ec'/>
<id>6fc1c941f566413569a1565b06739ca91bd7a2ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the long-awaited change from $Id$ to $FreeBSD$</title>
<updated>1997-01-14T06:27:56+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1997-01-14T06:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=538f9021da8322e15f245f1d75fe08543a1af565'/>
<id>538f9021da8322e15f245f1d75fe08543a1af565</id>
<content type='text'>
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for NLS document building.</title>
<updated>1996-12-18T07:14:37+00:00</updated>
<author>
<name>Satoshi Asami</name>
<email>asami@FreeBSD.org</email>
</author>
<published>1996-12-18T07:14:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/doc/commit/?id=98d5afdae8ccd93d4fa29d6928953d725babe734'/>
<id>98d5afdae8ccd93d4fa29d6928953d725babe734</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
</feed>
