Add new translation and activate it:
1.9 -> 1.18 articles/Makefile (new) -> 1.1 articles/contributors/Makefile (new) -> 1.24 articles/contributors/article.sgml Submitted by: Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp> References: [doc-jp 8372]
This commit is contained in:
parent
3356db0120
commit
ad04a286bb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10851
3 changed files with 7197 additions and 3 deletions
ja_JP.eucJP/articles
|
@ -1,17 +1,27 @@
|
|||
# $FreeBSD: doc/ja_JP.eucJP/articles/Makefile,v 1.5 2001/09/04 10:40:52 hrs Exp $
|
||||
# Original revision: 1.9
|
||||
# $FreeBSD: doc/ja_JP.eucJP/articles/Makefile,v 1.6 2001/09/14 00:17:36 kuriyama Exp $
|
||||
# Original revision: 1.18
|
||||
|
||||
#SUBDIR = committers-guide
|
||||
SUBDIR = dialup-firewall
|
||||
#SUBDIR+= console-server
|
||||
SUBDIR = contributors
|
||||
SUBDIR+= dialup-firewall
|
||||
SUBDIR+= diskless-x
|
||||
#SUBDIR+= explaining-bsd
|
||||
#SUBDIR+= filtering-bridges
|
||||
#SUBDIR+= freebsd-questions
|
||||
#SUBDIR+= fonts
|
||||
#SUBDIR+= formatting-media
|
||||
#SUBDIR+= ipsec-must
|
||||
#SUBDIR+= laptop
|
||||
#SUBDIR+= mh
|
||||
SUBDIR+= multi-os
|
||||
#SUBDIR+= new-users
|
||||
#SUBDIR+= programming-tools
|
||||
#SUBDIR+= pxe
|
||||
#SUBDIR+= serial-uart
|
||||
#SUBDIR+= solid-state
|
||||
#SUBDIR+= storage-devices
|
||||
#SUBDIR+= vm-design
|
||||
SUBDIR+= zip-drive
|
||||
|
||||
# ROOT_SYMLINKS+= new-users
|
||||
|
|
19
ja_JP.eucJP/articles/contributors/Makefile
Normal file
19
ja_JP.eucJP/articles/contributors/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $FreeBSD$
|
||||
# Original revision: 1.1
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
|
||||
INSTALL_COMPRESSED?=gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
JADEFLAGS+= -V %generate-article-toc%
|
||||
|
||||
SRCS= article.sgml
|
||||
|
||||
NO_TIDY=YES
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
7165
ja_JP.eucJP/articles/contributors/article.sgml
Normal file
7165
ja_JP.eucJP/articles/contributors/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue