doc/pt_BR/FAQ/Makefile
Mario Sergio Fujikawa Ferreira a5f92faa95 Stop creating symlinks for /FAQ from the actual doc/ faq directory.
Use a redirection page to the new correct location so old links
pointing to this location do not break.

File		->	Original English Revision
Makefile	->	1.8 (Merge from English Version)
index.html	->	1.1 (English Original Revision)
2004-01-05 02:54:14 +00:00

20 lines
492 B
Makefile

# The FreeBSD Documentation Project
# The FreeBSD Brazilian Portuguese Documentation Project
#
# Original version: 1.8
#
# $FreeBSD: www/pt_BR/FAQ/Makefile,v 1.1 2002/10/05 16:03:59 lioux Exp $
#
# 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 "${WEB_PREFIX}/share/mk/web.site.mk"