Add Japanese version of books/ppp-primer.

Submitted by:	SUGIMURA Takashi <sugimura@kitanet.ne.jp>
This commit is contained in:
Motoyuki Konno 2000-02-20 02:16:52 +00:00
parent d6165c89d4
commit df748bc902
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=6570
3 changed files with 2370 additions and 1 deletions
ja_JP.eucJP/books

View file

@ -1,7 +1,8 @@
# $FreeBSD$
# $FreeBSD: doc/ja_JP.eucJP/books/Makefile,v 1.5 1999/09/06 06:53:19 peter Exp $
SUBDIR = faq
SUBDIR+= handbook
SUBDIR+= ppp-primer
ROOT_SYMLINKS= faq handbook

View file

@ -0,0 +1,29 @@
#
# $FreeBSD$
#
# FreeBSD Japanese Documentation Project
# Original revision: 1.1
#
# Build the PPP PrimerQ
#
MAINTAINER=nik@FreeBSD.org
DOC?= book
FORMATS?= html-split html
INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=
#
# SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild
#
# SGML content
SRCS= book.sgml
DOC_PREFIX?= ${.CURDIR}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"

File diff suppressed because it is too large Load diff