doc/ru/platforms/Makefile
Vitaly Bogdanov c31aa4cdb0 MFen:
i386.sgml:	1.5 -> 1.8
	arm.sgml:	1.4 -> 1.8
	alpha.sgml:	1.3 -> 1.4
	amd64.sgml:	1.12 -> 1.15
	xbox.sgml:	1.1 -> 1.4
	x86-64.sgml:	Just correct Original revision number
	pc98.sgml:	1.9 -> 1.15
	mips.sgml:	1.3 -> 1.5
	ia64.sgml:	Just correct Original revision number
	Makefile:	1.10 -> 1.11
	ppc.sgml:	1.8 -> 1.18

Obtained from: The FreeBSD Russian Documentation Project
2006-06-05 16:06:05 +00:00

33 lines
583 B
Makefile

#
# The FreeBSD Russian Documentation Project
#
# $FreeBSD$
# $FreeBSDru: frdp/www/ru/platforms/Makefile,v 1.12 2006/06/04 14:07:20 gad Exp $
#
# Original revision: 1.11
#
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= alpha.sgml
DOCS+= amd64.sgml
DOCS+= arm.sgml
DOCS+= i386.sgml
DOCS+= ia64.sgml
DOCS+= index.sgml
DOCS+= mips.sgml
DOCS+= pc98.sgml
DOCS+= ppc.sgml
DOCS+= sparc.sgml
DOCS+= x86-64.sgml
DOCS+= xbox.sgml
SUBDIR= amd64
SUBDIR+=ia64
.include "${WEB_PREFIX}/share/mk/web.site.mk"