Add Japanese version of books/ppp-primer.
Submitted by: SUGIMURA Takashi <sugimura@kitanet.ne.jp>
This commit is contained in:
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
|
@ -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
|
||||
|
||||
|
|
29
ja_JP.eucJP/books/ppp-primer/Makefile
Normal file
29
ja_JP.eucJP/books/ppp-primer/Makefile
Normal 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"
|
2339
ja_JP.eucJP/books/ppp-primer/book.sgml
Normal file
2339
ja_JP.eucJP/books/ppp-primer/book.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue