From owner-cvs-all Thu Aug 26 12:44:40 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C6C4153BB; Thu, 26 Aug 1999 12:44:38 -0700 (PDT) (envelope-from nik@FreeBSD.org) Received: (from nik@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA83998; Thu, 26 Aug 1999 12:42:14 -0700 (PDT) (envelope-from nik@FreeBSD.org) Message-Id: <199908261942.MAA83998@freefall.freebsd.org> From: Nik Clayton <nik@FreeBSD.org> Date: Thu, 26 Aug 1999 12:42:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: doc/en_US.ISO_8859-1 Makefile doc/es_ES.ISO_8859-1 Makefile doc/ja_JP.eucJP Makefile doc/ru_RU.KOI8-R Makefile doc/zh_TW.Big5 Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk nik 1999/08/26 12:42:13 PDT Modified files: en_US.ISO_8859-1 Makefile es_ES.ISO_8859-1 Makefile ja_JP.eucJP Makefile ru_RU.KOI8-R Makefile zh_TW.Big5 Makefile Log: When making the compatability symlink, do it in the parent directory to both directories, and make it relative, rather than absolute. This fixes the case where you might install the docs under one directory /foo/bar/..., and then want to migrate them elsewhere (to /usr/share/). With the old scheme, the symlink would start /foo/bar/..., and would therefore be broken. A good example of this happening is "make release" :-) Revision Changes Path 1.4 +2 -3 doc/en_US.ISO_8859-1/Makefile 1.5 +2 -3 doc/es_ES.ISO_8859-1/Makefile 1.8 +2 -3 doc/ja_JP.eucJP/Makefile 1.4 +2 -3 doc/ru_RU.KOI8-R/Makefile 1.4 +2 -3 doc/zh_TW.Big5/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message