2002-10-05 18:03:59 +02:00
|
|
|
# The FreeBSD Documentation Project
|
|
|
|
# The FreeBSD Brazilian Portuguese Documentation Project
|
|
|
|
#
|
2004-01-05 03:54:14 +01:00
|
|
|
# Original version: 1.8
|
|
|
|
#
|
2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
2002-10-05 18:03:59 +02:00
|
|
|
#
|
|
|
|
# Build the FreeBSD FAQ *outside* of the www tree, and install it
|
|
|
|
# in to the right place as necessary.
|
|
|
|
|
2004-01-05 03:54:14 +01:00
|
|
|
.if exists(../Makefile.conf)
|
|
|
|
.include "../Makefile.conf"
|
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
2002-10-05 18:03:59 +02:00
|
|
|
.endif
|
2004-01-05 03:54:14 +01:00
|
|
|
|
|
|
|
DATA= index.html
|
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|