From owner-cvs-doc@FreeBSD.ORG Sat May 13 03:27:23 2006 Return-Path: X-Original-To: cvs-doc@FreeBSD.org Delivered-To: cvs-doc@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC2F316A407; Sat, 13 May 2006 03:27:23 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 764C943D45; Sat, 13 May 2006 03:27:23 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4D3RMT0033103; Sat, 13 May 2006 03:27:22 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4D3RMiQ033102; Sat, 13 May 2006 03:27:22 GMT (envelope-from simon) Message-Id: <200605130327.k4D3RMiQ033102@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sat, 13 May 2006 03:27:22 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: www/share/mk web.site.mk X-BeenThere: cvs-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the doc and www trees List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 May 2006 03:27:28 -0000 simon 2006-05-13 03:27:22 UTC FreeBSD doc repository Modified files: share/mk web.site.mk Log: Add a make variable WITH_WWW_FREEBSD_ORG_BASE which overrides the base variable to point to http://www.FreeBSD.org/ - This is very useful for when you e.g. are building part of the website, like we do for http://security.FreeBSD.org/, and do not want broken links. This knob only works for SGML files, which is enough for what I need. We do not run XML files through sed so the same hack as used for SGML cannot be used. Revision Changes Path 1.73 +7 -2 www/share/mk/web.site.mk