diff --git a/ru/platforms/Makefile b/ru/platforms/Makefile index f6976b841f..fade44ed46 100644 --- a/ru/platforms/Makefile +++ b/ru/platforms/Makefile @@ -1,28 +1,28 @@ # # The FreeBSD Russian Documentation Project # # $FreeBSD$ -# $FreeBSDru: frdp/www/ru/platforms/Makefile,v 1.6 2003/10/22 16:44:59 andy Exp $ +# $FreeBSDru: frdp/www/ru/platforms/Makefile,v 1.7 2003/10/22 16:52:58 andy Exp $ # # Original revision: 1.7 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif -DOCS+= alpha.sgml +DOCS= alpha.sgml DOCS+= amd64.sgml DOCS+= ia64.sgml -DOCS= index.sgml -DOCS= mips.sgml +DOCS+= index.sgml +DOCS+= mips.sgml DOCS+= pc98.sgml DOCS+= ppc.sgml DOCS+= sparc.sgml DOCS+= x86-64.sgml SUBDIR= ia64 .include "${WEB_PREFIX}/share/mk/web.site.mk"