doc/ru/tutorials/Makefile

22 lines
476 B
Makefile
Raw Normal View History

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.
.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
.include "${WEB_PREFIX}/share/mk/web.site.mk"