doc/pt_BR/Makefile
Mario Sergio Fujikawa Ferreira ceef44916f Add initial Makefile for pt_BR www pages. Currently, we only build
the FreeBSD FAQ

Reviewed by:	ceri
2002-10-05 16:05:33 +00:00

20 lines
433 B
Makefile

# The FreeBSD Documentation Project
# The FreeBSD Brazilian Portuguese Documentation Project
#
# $FreeBSD$
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
DOCSUBDIR= FAQ
.endif
SGMLFLAGS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
FORMATS= "html ps"
.include "${WEB_PREFIX}/share/mk/web.site.mk"