aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-09-061-1/+1
| | | | Notes: svn path=/head/; revision=5542
* Use doc.project.mk in place of docproj.docbook.mk.Nik Clayton1999-09-031-16/+3
| | | | | | | Use the new ROOT_SYMLINKS variable where necessary. Notes: svn path=/head/; revision=5511
* MFen:Jun Kuriyama1999-08-311-3/+6
| | | | | | | | | 1.1 -> 1.5 Makefile 1.1 -> 1.4 books/faq/Makefile 1.21 -> 1.24 books/handbook/Makefile Notes: svn path=/head/; revision=5490
* Remove "FAQ" from SUBDIR. We'll keep the old FAQ around for a couple ofNik Clayton1999-08-281-2/+1
| | | | | | | days before cvs remove'ing it, just in case. Notes: svn path=/head/; revision=5465
* When making the compatability symlink, do it in the parent directoryNik Clayton1999-08-261-3/+2
| | | | | | | | | | | | | | | to both directories, and make it relative, rather than absolute. This fixes the case where you might install the docs under one directory /foo/bar/..., and then want to migrate them elsewhere (to /usr/share/). With the old scheme, the symlink would start /foo/bar/..., and would therefore be broken. A good example of this happening is "make release" :-) Notes: svn path=/head/; revision=5453
* Honour ${DOCDIR} when installing the documentation.Nik Clayton1999-08-191-10/+8
| | | | Notes: svn path=/head/; revision=5400
* The new Makefile framework. Does the right thing (pretty much) exceptNik Clayton1999-08-161-4/+22
| | | | | | | | | in the case of */FAQ/Makefile, because the FAQs are all in the wrong place. Things still install properly, but some of the directory paths are hardcoded. This will be going away ASAP. Notes: svn path=/head/; revision=5368
* Japanese online manuals will be imported soon in doc/ja/manHiroyuki Hanai1998-02-251-1/+2
| | | | | | | Submitted by: Kazuo Horikawa <horikawa@isrd.hitachi.co.jp> Notes: svn path=/head/; revision=2475
* Add FAQ.Masafumi Max NAKANE1997-11-171-2/+3
| | | | Notes: svn path=/head/; revision=2178
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=1208
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=1012
* Add support for NLS document building.Satoshi Asami1996-12-181-0/+6
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. Notes: svn path=/head/; revision=831