From owner-freebsd-translators@freebsd.org Thu Dec 10 13:52:33 2015 Return-Path: Delivered-To: freebsd-translators@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2DD179D56FF for ; Thu, 10 Dec 2015 13:52:33 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F3C2E196B for ; Thu, 10 Dec 2015 13:52:32 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id tBADqUIA063850 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 10 Dec 2015 06:52:31 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id tBADqUmR063847; Thu, 10 Dec 2015 06:52:30 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Thu, 10 Dec 2015 06:52:30 -0700 (MST) From: Warren Block To: RayCherng Yu cc: freebsd-translators@freebsd.org Subject: Re: How to update the directory structure of porters-handbook in zh_TW In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Thu, 10 Dec 2015 06:52:31 -0700 (MST) X-BeenThere: freebsd-translators@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Translators List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2015 13:52:33 -0000 On Thu, 10 Dec 2015, RayCherng Yu wrote: > I submit the Makefile from spanish version to update the Traditional Chinese version. > But my reviewer asked me "Is the SYMLINKS needed"? > > SYMLINKS= ${DESTDIR} index.html handbook.html > > Do we need this SYMLINKS ? No, probably not. All it does is create an alias, so a web browser can go to handbook.html in addition to index.html. In the English directory, that is only used in the Handbook and the Porter's Handbook, probably a cut and paste. I will remove it from the example. Thanks!