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
|
|
|
|
#
|
2004-04-06 13:41:18 +02:00
|
|
|
# $FreeBSD: www/pt_BR/Makefile,v 1.2 2004/01/05 03:02:25 lioux Exp $
|
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
|
|
|
|
# SGML
|
|
|
|
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
|
|
|
|
|
|
|
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|