Add articles/rc-scripting
Translated by: Pengfei Ju [jupengfei at gmail dot com] Obtained from: The FreeBSD Simplified Chinese Project
This commit is contained in:
parent
879e329a87
commit
cb829a2115
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33243
3 changed files with 1265 additions and 0 deletions
|
@ -9,6 +9,7 @@ SUBDIR+= contributing
|
|||
SUBDIR+= cvs-freebsd
|
||||
SUBDIR+= linux-users
|
||||
SUBDIR+= nanobsd
|
||||
SUBDIR+= rc-scripting
|
||||
SUBDIR+= remote-install
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../..
|
||||
|
|
33
zh_CN.GB2312/articles/rc-scripting/Makefile
Normal file
33
zh_CN.GB2312/articles/rc-scripting/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
#
|
||||
# $FreeBSD$
|
||||
# Original Revision: 1.2
|
||||
# Article: Practical rc.d scripting in BSD
|
||||
|
||||
DOC?= article
|
||||
|
||||
FORMATS?= html
|
||||
WITH_ARTICLE_TOC?= YES
|
||||
|
||||
INSTALL_COMPRESSED?= gz
|
||||
INSTALL_ONLY_COMPRESSED?=
|
||||
|
||||
SRCS= article.sgml
|
||||
|
||||
IMAGES_LIB+= callouts/1.png
|
||||
IMAGES_LIB+= callouts/2.png
|
||||
IMAGES_LIB+= callouts/3.png
|
||||
IMAGES_LIB+= callouts/4.png
|
||||
IMAGES_LIB+= callouts/5.png
|
||||
IMAGES_LIB+= callouts/6.png
|
||||
IMAGES_LIB+= callouts/7.png
|
||||
IMAGES_LIB+= callouts/8.png
|
||||
IMAGES_LIB+= callouts/9.png
|
||||
IMAGES_LIB+= callouts/10.png
|
||||
IMAGES_LIB+= callouts/11.png
|
||||
IMAGES_LIB+= callouts/12.png
|
||||
IMAGES_LIB+= callouts/13.png
|
||||
IMAGES_LIB+= callouts/14.png
|
||||
|
||||
URL_RELPREFIX?= ../../../..
|
||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
1231
zh_CN.GB2312/articles/rc-scripting/article.sgml
Normal file
1231
zh_CN.GB2312/articles/rc-scripting/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue