Add initial Makefile for pt_BR www pages. Currently, we only build

the FreeBSD FAQ

Reviewed by:	ceri
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2002-10-05 16:05:33 +00:00
parent 8d981e4006
commit ceef44916f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14500

20
pt_BR/Makefile Normal file
View file

@ -0,0 +1,20 @@
# 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"