diff options
author | Hiroyuki Hanai <hanai@FreeBSD.org> | 1998-02-25 04:54:20 +0000 |
---|---|---|
committer | Hiroyuki Hanai <hanai@FreeBSD.org> | 1998-02-25 04:54:20 +0000 |
commit | 8384f4bcfce51214ce5b2fa99a60d7db4e02363f (patch) | |
tree | 9a912a1c634d7df0309fe385710d13ec918f04cd /ja_JP.eucJP/man/Makefile | |
parent | ab973c72d17604d5e87846977f5228b5a042e631 (diff) | |
download | doc-8384f4bcfce51214ce5b2fa99a60d7db4e02363f.tar.gz doc-8384f4bcfce51214ce5b2fa99a60d7db4e02363f.zip |
Import Japanese Online Manuals.
The Japanese Manual team(man-jp@jp.FreeBSD.ORG) has translated
and keeps maintaining them.
Submitted by: Kazuo Horikawa <horikawa@isrd.hitachi.co.jp>
Notes
Notes:
svn path=/head/; revision=2476
Diffstat (limited to 'ja_JP.eucJP/man/Makefile')
-rw-r--r-- | ja_JP.eucJP/man/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ja_JP.eucJP/man/Makefile b/ja_JP.eucJP/man/Makefile new file mode 100644 index 0000000000..b7dd704612 --- /dev/null +++ b/ja_JP.eucJP/man/Makefile @@ -0,0 +1,8 @@ +BINDIR= /usr/share +SUBDIR= man1 man8 + +makedb: + LANG=ja_JP.EUC jmakewhatis ${DESTDIR}${BINDIR}/man/ja/ + +.include <bsd.subdir.mk> + |