2004-01-06 12:19:05 +01:00
|
|
|
#
|
2000-01-05 16:39:47 +01:00
|
|
|
# The FreeBSD Russian Documentation Project
|
2004-01-06 12:19:05 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
# $FreeBSDru: frdp/www/ru/tutorials/Makefile,v 1.5 2004/01/06 11:12:26 andy Exp $
|
|
|
|
#
|
|
|
|
# Original revision: 1.12
|
2000-01-05 16:39:47 +01:00
|
|
|
#
|
|
|
|
# Build the FreeBSD tutorials/articles outside of the www tree, and then
|
|
|
|
# install them in to the right place.
|
|
|
|
|
2000-11-10 18:27:43 +01:00
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
2000-01-05 16:39:47 +01:00
|
|
|
DOCS = index.sgml
|
|
|
|
|
2000-11-10 18:27:43 +01:00
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|