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
This commit is contained in:
Kevin Lo 2016-03-30 01:36:18 +00:00
parent 2f0292b77b
commit a1dbee24fb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48502

View file

@ -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"