2000-01-06 13:51:59 +01:00
|
|
|
#
|
2002-05-13 22:09:05 +02:00
|
|
|
# $FreeBSD: www/ja/tutorials/Makefile,v 1.9 2001/07/30 13:31:59 kuriyama Exp $
|
2000-01-06 13:51:59 +01:00
|
|
|
#
|
2002-05-13 22:09:05 +02:00
|
|
|
# Original revision: 1.12
|
2000-01-06 13:51:59 +01:00
|
|
|
#
|
|
|
|
# Build the FreeBSD tutorials/articles outside of the www tree, and then
|
|
|
|
# install them in to the right place.
|
|
|
|
|
2000-11-07 12:38:10 +01:00
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
2000-10-02 11:16:24 +02:00
|
|
|
|
2000-01-06 13:51:59 +01:00
|
|
|
DOCS = index.sgml
|
|
|
|
|
|
|
|
### Revision checking
|
2000-10-02 11:16:24 +02:00
|
|
|
REVCHECK= YES
|
2000-01-06 13:51:59 +01:00
|
|
|
|
2000-11-07 12:38:10 +01:00
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|