From e40625c6d2a2d5cace8a3ead2232c7fad0d33295 Mon Sep 17 00:00:00 2001 From: Andrey Zakhvatov Date: Thu, 2 Jun 2005 15:44:22 +0000 Subject: [PATCH] Synchronize with English 1.10 Obtained from: The FreeBSD Russian Documentation Project --- ru/platforms/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ru/platforms/Makefile b/ru/platforms/Makefile index 8f6ae0f975..2eb15b25f2 100644 --- a/ru/platforms/Makefile +++ b/ru/platforms/Makefile @@ -2,9 +2,9 @@ # The FreeBSD Russian Documentation Project # # $FreeBSD$ -# $FreeBSDru: frdp/www/ru/platforms/Makefile,v 1.8 2004/01/01 21:20:07 andy Exp $ +# $FreeBSDru: frdp/www/ru/platforms/Makefile,v 1.10 2005/05/19 14:10:28 andy Exp $ # -# Original revision: 1.7 +# Original revision: 1.10 # .if exists(../Makefile.conf) @@ -16,6 +16,8 @@ DOCS= alpha.sgml DOCS+= amd64.sgml +DOCS+= arm.sgml +DOCS+= i386.sgml DOCS+= ia64.sgml DOCS+= index.sgml DOCS+= mips.sgml @@ -24,6 +26,7 @@ DOCS+= ppc.sgml DOCS+= sparc.sgml DOCS+= x86-64.sgml -SUBDIR= ia64 +SUBDIR= amd64 +SUBDIR+=ia64 .include "${WEB_PREFIX}/share/mk/web.site.mk"