aboutsummaryrefslogtreecommitdiff
path: root/zh_TW.Big5/articles/mailing-list-faq/Makefile
blob: 6412bc59805027f9abf91e21c45f5fb25276654b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#
# $FreeBSD$
#
# Article: Frequently Asked Questions About The FreeBSD Mailing Lists

DOC?= article

FORMATS?= html

INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=

WITH_ARTICLE_TOC?=YES

#
# SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild
#

# SGML content
SRCS=	article.xml

URL_RELPREFIX?=	../../../..
DOC_PREFIX?=	${.CURDIR}/../../..

.include "${DOC_PREFIX}/share/mk/doc.project.mk"