From a5f92faa951da9e13a5e93f929471bc6d70def9b Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Mon, 5 Jan 2004 02:54:14 +0000 Subject: [PATCH] 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) --- pt_BR/FAQ/Makefile | 17 ++++++++++++----- pt_BR/FAQ/index.html | 24 ++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 pt_BR/FAQ/index.html diff --git a/pt_BR/FAQ/Makefile b/pt_BR/FAQ/Makefile index 0d0e5dc585..c678ce6b88 100644 --- a/pt_BR/FAQ/Makefile +++ b/pt_BR/FAQ/Makefile @@ -1,13 +1,20 @@ # The FreeBSD Documentation Project # The FreeBSD Brazilian Portuguese Documentation Project # -# $FreeBSD$ +# 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. -all install clean: - (cd ../../../doc/pt_BR.ISO8859-1/books/faq; ${MAKE} 'FORMATS=html-split html' DESTDIR=${DESTDIR}/data/pt_BR/FAQ ${.TARGET}) -.if make(install) - (cd ${DESTDIR}/data/pt_BR/FAQ; ln -sf index.html FAQ.html) +.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" diff --git a/pt_BR/FAQ/index.html b/pt_BR/FAQ/index.html new file mode 100644 index 0000000000..0f2629fe69 --- /dev/null +++ b/pt_BR/FAQ/index.html @@ -0,0 +1,24 @@ + + + + + O FAQ foi movido + + + +

O FAQ não está mais disponível neste + endereço. Por favor, use ../doc/pt_BR.ISO8859-1/books/faq/index.html + para alcançá-lo. Você será + automaticamente redirecionado para lá em alguns segundos. + Em caso negativo; por favor, siga o link e atualize seus + bookmarks. Pedimos desculpas pela inconveniência.

+ + +