2002-10-05 18:05:33 +02:00
|
|
|
# The FreeBSD Documentation Project
|
|
|
|
# The FreeBSD Brazilian Portuguese Documentation Project
|
|
|
|
#
|
2004-01-05 04:02:25 +01:00
|
|
|
# Based on: 1.105
|
|
|
|
#
|
2012-05-17 21:12:14 +02:00
|
|
|
# $FreeBSD$
|
2002-10-05 18:05:33 +02:00
|
|
|
|
2004-01-05 04:02:25 +01:00
|
|
|
.if exists(Makefile.conf)
|
|
|
|
.include "Makefile.conf"
|
2002-10-05 18:05:33 +02:00
|
|
|
.endif
|
|
|
|
.if exists(../Makefile.inc)
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.endif
|
|
|
|
|
2004-01-05 04:02:25 +01:00
|
|
|
# Subdirectories
|
2012-10-06 19:52:37 +02:00
|
|
|
# XML
|
2004-01-05 04:02:25 +01:00
|
|
|
SUBDIR+= FAQ
|
|
|
|
|
2002-10-05 18:05:33 +02:00
|
|
|
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
2004-01-05 04:02:25 +01:00
|
|
|
SUBDIR+= doc
|
2002-10-05 18:05:33 +02:00
|
|
|
.endif
|
|
|
|
|
2004-01-05 04:02:25 +01:00
|
|
|
WEBDIR?= data/pt_BR
|
2002-10-05 18:05:33 +02:00
|
|
|
|
2012-05-17 05:23:15 +02:00
|
|
|
.include "${DOC_PREFIX}/share/mk/web.site.mk"
|