Synchronize with English 1.6
Obtained from: The FreeBSD Russian Documentation Project
This commit is contained in:
parent
f980a60e8d
commit
c59ef08dd9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24888
1 changed files with 9 additions and 6 deletions
|
@ -2,22 +2,25 @@
|
||||||
# The FreeBSD Russian Documentation Project
|
# The FreeBSD Russian Documentation Project
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/vm-design/Makefile,v 1.4 2003/11/08 14:35:28 phantom Exp $
|
# $FreeBSDru: frdp/doc/ru_RU.KOI8-R/articles/vm-design/Makefile,v 1.6 2005/06/12 04:12:31 gad Exp $
|
||||||
#
|
#
|
||||||
# Original revision: 1.4
|
# Original revision: 1.6
|
||||||
#
|
#
|
||||||
|
# Article: Design elements of the FreeBSD VM system
|
||||||
|
|
||||||
DOC?= article
|
DOC?= article
|
||||||
|
|
||||||
FORMATS?= html
|
FORMATS?= html
|
||||||
|
WITH_ARTICLE_TOC?= YES
|
||||||
IMAGES_EN = fig1.eps fig2.eps fig3.eps fig4.eps
|
|
||||||
|
|
||||||
INSTALL_COMPRESSED?= gz
|
INSTALL_COMPRESSED?= gz
|
||||||
INSTALL_ONLY_COMPRESSED?=
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
SRCS= article.sgml
|
SRCS= article.sgml
|
||||||
|
IMAGES_EN= fig1.eps
|
||||||
|
IMAGES_EN+= fig2.eps
|
||||||
|
IMAGES_EN+= fig3.eps
|
||||||
|
IMAGES_EN+= fig4.eps
|
||||||
|
|
||||||
DOC_PREFIX?= ${.CURDIR}/../../..
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
||||||
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
||||||
|
|
Loading…
Reference in a new issue