Synchronize with English 1.6

Obtained from: The FreeBSD Russian Documentation Project
This commit is contained in:
Andrey Zakhvatov 2005-06-16 06:23:14 +00:00
parent f980a60e8d
commit c59ef08dd9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24888

View file

@ -2,22 +2,25 @@
# The FreeBSD Russian Documentation Project
#
# $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
FORMATS?= html
IMAGES_EN = fig1.eps fig2.eps fig3.eps fig4.eps
WITH_ARTICLE_TOC?= YES
INSTALL_COMPRESSED?= gz
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}/../../..
.include "${DOC_PREFIX}/share/mk/doc.project.mk"