15 lines
393 B
Makefile
15 lines
393 B
Makefile
# $FreeBSD: www/es/platforms/ia64/Makefile,v 1.1 2008/02/16 11:16:46 gabor Exp $
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= machines.sgml refs.sgml
|
|
|
|
XMLDOCS= index::../../../en/platforms/ia64/news.xml:
|
|
XMLDOCS+= todo::../../../en/platforms/ia64/news.xml:
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|