svn commit: r48502 - head/zh_TW.UTF-8/books/faq

Kevin Lo kevlo at FreeBSD.org
Wed Mar 30 01:36:19 UTC 2016


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 <raycherng at gmail.com>
  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 at FreeBSD.org ijliao at FreeBSD.org clive at FreeBSD.org \
-	   clsung at FreeBSD.org chinsan at FreeBSD.org
+MAINTAINER=doc at 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"


More information about the svn-doc-all mailing list