From owner-svn-doc-all@freebsd.org Wed Mar 30 01:36:19 2016 Return-Path: Delivered-To: svn-doc-all@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 91AC8ADF068; Wed, 30 Mar 2016 01:36:19 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 642FC1E59; Wed, 30 Mar 2016 01:36:19 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2U1aIQx041891; Wed, 30 Mar 2016 01:36:18 GMT (envelope-from kevlo@FreeBSD.org) Received: (from kevlo@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2U1aItE041890; Wed, 30 Mar 2016 01:36:18 GMT (envelope-from kevlo@FreeBSD.org) Message-Id: <201603300136.u2U1aItE041890@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: kevlo set sender to kevlo@FreeBSD.org using -f From: Kevin Lo Date: Wed, 30 Mar 2016 01:36:18 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48502 - head/zh_TW.UTF-8/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2016 01:36:19 -0000 Author: kevlo (src,ports committer) Date: Wed Mar 30 01:36:18 2016 New Revision: 48502 URL: https://svnweb.freebsd.org/changeset/doc/48502 Log: Change the MAINTAINER of FAQ Makefile and Add URL_RELPREFIX. Submitted by: RayCherng Yu Reviewed by: wblock Differential Revision: https://reviews.freebsd.org/D5671 Modified: head/zh_TW.UTF-8/books/faq/Makefile Modified: head/zh_TW.UTF-8/books/faq/Makefile ============================================================================== --- head/zh_TW.UTF-8/books/faq/Makefile Tue Mar 29 22:09:05 2016 (r48501) +++ head/zh_TW.UTF-8/books/faq/Makefile Wed Mar 30 01:36:18 2016 (r48502) @@ -4,8 +4,7 @@ # Build the FreeBSD Chinese FAQ # -MAINTAINER=vanilla@FreeBSD.org ijliao@FreeBSD.org clive@FreeBSD.org \ - clsung@FreeBSD.org chinsan@FreeBSD.org +MAINTAINER=doc@FreeBSD.org DOC?= book @@ -23,5 +22,7 @@ WITH_BIBLIOXREF_TITLE?=YES # XML content SRCS= book.xml +URL_RELPREFIX?= ../../../.. DOC_PREFIX?= ${.CURDIR}/../../.. + .include "${DOC_PREFIX}/share/mk/doc.project.mk"