17 lines
468 B
Makefile
17 lines
468 B
Makefile
# The FreeBSD Russian Documentation Project
|
|
#
|
|
# $FreeBSD: www/en/platforms/ia64/Makefile,v 1.1 2003/01/19 09:50:31 marcel Exp $
|
|
# $FreeBSDru: frdp/www/ru/platforms/ia64/Makefile,v 1.1 2003/10/21 16:59:37 andy Exp $
|
|
#
|
|
# Original revision: 1.1
|
|
|
|
.if exists(../Makefile.conf)
|
|
.include "../Makefile.conf"
|
|
.endif
|
|
.if exists(../Makefile.inc)
|
|
.include "../Makefile.inc"
|
|
.endif
|
|
|
|
DOCS= index.sgml machines.sgml refs.sgml todo.sgml
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|