aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP
Commit message (Collapse)AuthorAgeFilesLines
* Now that we have updated synching.sgml, we can say bye-bye to sup.sgml. :)Masafumi Max NAKANE1997-09-131-2/+2
| | | | Notes: svn path=/head/; revision=1953
* Merge the EN version changes, 1.77 -> 1.78Masafumi Max NAKANE1997-08-251-2/+2
| | | | Notes: svn path=/head/; revision=1881
* Add '-links' option to sgmlfmt for the JapaneseHiroyuki Hanai1997-08-201-1/+2
| | | | | | | translation of www.FreeBSD.ORG, which will be available soon. Notes: svn path=/head/; revision=1848
* Add SGMLOPTS back. I was informed by jfieber that -stable hasSatoshi Asami1997-06-211-2/+2
| | | | | | | | | appropriate sgml support now. Requested by: ache Notes: svn path=/head/; revision=1672
* Comment out "SGMLOPTS+=-e EUC-JP", the sgml tools in -stable can't handleSatoshi Asami1997-06-191-2/+2
| | | | | | | this. Notes: svn path=/head/; revision=1667
* Merge the EN version changes, 1.76 -> 1.77.Masafumi Max NAKANE1997-06-021-3/+3
| | | | Notes: svn path=/head/; revision=1600
* Bump the original revision by one.Masafumi Max NAKANE1997-05-181-2/+2
| | | | | | | (The previous commit took care of merging the en version changes.) Notes: svn path=/head/; revision=1550
* Change the release nameHiroyuki Hanai1997-05-181-2/+2
| | | | Notes: svn path=/head/; revision=1547
* Specify EUC-JP character encoding.John Fieber1997-05-111-1/+2
| | | | Notes: svn path=/head/; revision=1525
* Change translation for some phrase.Masafumi Max NAKANE1997-05-101-2/+2
| | | | Notes: svn path=/head/; revision=1518
* Added russian.sgml and removed troubleshooting.sgml.Masafumi Max NAKANE1997-05-091-3/+3
| | | | Notes: svn path=/head/; revision=1516
* Merge the EN version changes, 1.69 -> 1.75.Masafumi Max NAKANE1997-05-091-19/+29
| | | | Notes: svn path=/head/; revision=1509
* Catch up with the original.Hiroyuki Hanai1997-04-081-4/+4
| | | | | | | Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp> Notes: svn path=/head/; revision=1389
* Change the release number and <date> to fit with the current release.Hiroyuki Hanai1997-03-211-3/+3
| | | | Notes: svn path=/head/; revision=1336
* Fixed the incorrect "Original revision:" field.Hiroyuki Hanai1997-03-061-2/+2
| | | | Notes: svn path=/head/; revision=1267
* ``Original revision'' fields are changed to synchronize withHiroyuki Hanai1997-02-251-2/+2
| | | | | | | the original handbook. Notes: svn path=/head/; revision=1220
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=1208
* Update the ``Original revision:'' fields and fix the typo of translation dateHiroyuki Hanai1997-02-201-1/+1
| | | | | | | in install.sgml Notes: svn path=/head/; revision=1195
* Latest release is 2.1.7.John Fieber1997-02-191-1/+1
| | | | | | | Someone who knows Japanese ought to update the date. Notes: svn path=/head/; revision=1192
* Bump the revision number in the Original revision: line by one iafterMasafumi Max NAKANE1997-01-151-1/+1
| | | | | | | all $Id$ changed to $FreeBSD$. Notes: svn path=/head/; revision=1028
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | 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
* Added kernelopts.sgml to SRCS.Masafumi Max NAKANE1996-12-231-2/+2
| | | | Notes: svn path=/head/; revision=881
* Merge the en version changes made in 1.63 -> 1.64.Masafumi Max NAKANE1996-12-231-2/+3
| | | | | | | Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp> Notes: svn path=/head/; revision=880
* Added cvsup.sgml to SRCS.Masafumi Max NAKANE1996-12-201-2/+2
| | | | Notes: svn path=/head/; revision=859
* 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
* Merge the changes made to en version (1.61 -> 1.63).Masafumi Max NAKANE1996-12-111-3/+3
| | | | | | | Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp> Notes: svn path=/head/; revision=794
* Merge the change made to the en version (1.59 -> 1.61.)Masafumi Max NAKANE1996-12-021-13/+13
| | | | | | | Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp> Notes: svn path=/head/; revision=736
* Added new files to SRCS.Masafumi Max NAKANE1996-12-021-7/+9
| | | | Notes: svn path=/head/; revision=734
* Be explicit about the doc name (handbook) rather than inferring itJohn Fieber1996-11-191-1/+2
| | | | | | | | | from the directory name. 2.2 candidate Notes: svn path=/head/; revision=694
* Sync with the English version in -current.Masafumi Max NAKANE1996-11-191-4/+4
| | | | Notes: svn path=/head/; revision=693
* Added some info about Japanese handbook in the abstract to avoid confusingMasafumi Max NAKANE1996-11-181-41/+48
| | | | | | | | | | | | | | | Japanese readers and send queries about Japanese handbook to doc@freebsd.org in Japanese. Some cosmetic tweaks. Some improvement in translation. This change, together with recent change to jmembers.sgml and jcontrib.sgml, should definitely go into 2.2. Notes: svn path=/head/; revision=691
* Finally, the Japanese version of the handbook. Not in the parentSatoshi Asami1996-11-152-0/+199
Makefile yet as John needs to figure out ${LANG}-based doc building. Please put this in 2.2, or the translators are going to kill me. ;) Submitted by: doc-jp@jp.freebsd.org (The FreeBSD Japanese Doc Team) Reviewed by: doc-jp@jp.freebsd.org (mutual review) Notes: svn path=/head/; revision=663