From c59ef08dd9701a9d5ba113ff26623562b7303633 Mon Sep 17 00:00:00 2001 From: Andrey Zakhvatov <andy@FreeBSD.org> Date: Thu, 16 Jun 2005 06:23:14 +0000 Subject: [PATCH] Synchronize with English 1.6 Obtained from: The FreeBSD Russian Documentation Project --- ru_RU.KOI8-R/articles/vm-design/Makefile | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/ru_RU.KOI8-R/articles/vm-design/Makefile b/ru_RU.KOI8-R/articles/vm-design/Makefile index e050d1b2da..50d4404713 100644 --- a/ru_RU.KOI8-R/articles/vm-design/Makefile +++ b/ru_RU.KOI8-R/articles/vm-design/Makefile @@ -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"