doc/en/platforms/Makefile
2001-05-04 22:31:57 +00:00

17 lines
354 B
Makefile

# $FreeBSD: www/en/platforms/Makefile,v 1.2 2000/11/30 18:56:25 jim Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= alpha.sgml
DOCS+= ia64.sgml
DOCS+= index.sgml
DOCS+= ppc.sgml
DOCS+= sparc.sgml
DOCS+= x86-64.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"