doc/pt_BR.ISO8859-1/htdocs/FAQ/Makefile
Hiroki Sato 35babe0ae5 - Set svn:ketwords and svn:mime-type. Note that application/octet-stream is
set on some files as a workaround for binary check.
- Fix pathname for svn co in the webupdate script.

Approved by:	doceng (implicit)
2012-05-17 19:12:14 +00:00

20 lines
431 B
Makefile

# The FreeBSD Documentation Project
# The FreeBSD Brazilian Portuguese Documentation Project
#
# Original version: 1.8
#
# $FreeBSD$
#
# Build the FreeBSD FAQ *outside* of the www tree, and install it
# in to the right place as necessary.
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DATA= index.html
.include "${DOC_PREFIX}/share/mk/web.site.mk"