From owner-cvs-all Thu Jun 27 12:56:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0396337B418; Thu, 27 Jun 2002 12:55:41 -0700 (PDT) Received: from freefall.freebsd.org (nik@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RJteJU010144; Thu, 27 Jun 2002 12:55:40 -0700 (PDT) (envelope-from nik@freefall.freebsd.org) Received: (from nik@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RJteSn010143; Thu, 27 Jun 2002 12:55:40 -0700 (PDT) Message-Id: <200206271955.g5RJteSn010143@freefall.freebsd.org> From: Nik Clayton Date: Thu, 27 Jun 2002 12:55:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: www/en Makefile www/en/FAQ Makefile index.html www/en/handbook Makefile index.html X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nik 2002/06/27 12:55:40 PDT Modified files: en Makefile en/FAQ Makefile en/handbook Makefile Added files: en/FAQ index.html en/handbook index.html Log: Stop creating symlinks to the /FAQ and /handbook directories from the actual directories under /doc. This broke inter-document links if you started at http://www.freebsd.org/{FAQ,handbook}, instead of the longer .../doc/en_US.ISO8859-1/books/{faq,handbook}, and has caused a steady stream of complaints to -doc. Instead, have a static index.html in both those directories with a http-equiv="refresh" that points people to the right place. Adjust the build process to take account of this. Revision Changes Path 1.8 +2 -17 www/en/FAQ/Makefile 1.1 +14 -0 www/en/FAQ/index.html (new) 1.84 +3 -21 www/en/Makefile 1.9 +2 -16 www/en/handbook/Makefile 1.1 +14 -0 www/en/handbook/index.html (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message