Add initial Makefile for pt_BR www pages. Currently, we only build
the FreeBSD FAQ Reviewed by: ceri
This commit is contained in:
parent
8d981e4006
commit
ceef44916f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14500
1 changed files with 20 additions and 0 deletions
20
pt_BR/Makefile
Normal file
20
pt_BR/Makefile
Normal 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"
|
Loading…
Reference in a new issue