doc/ru/platforms/Makefile
2001-12-17 21:07:15 +00:00

18 lines
383 B
Makefile

# $FreeBSD$
# $FreeBSDru: frdp/www/ru/platforms/Makefile,v 1.1 2000/12/29 13:17:35 phantom Exp $
# Original revision: 1.2
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
DOCS+= alpha.sgml
DOCS+= ia64.sgml
DOCS+= ppc.sgml
DOCS+= sparc.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"