2006-06-17 12:22:46 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# Article: Frequently Asked Questions About The FreeBSD Mailing Lists
|
|
|
|
|
|
|
|
DOC?= article
|
|
|
|
|
|
|
|
FORMATS?= html
|
|
|
|
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
|
|
|
|
WITH_ARTICLE_TOC?=YES
|
|
|
|
|
2012-08-21 21:16:02 +02:00
|
|
|
#
|
2012-10-06 19:52:37 +02:00
|
|
|
# SRCS lists the individual XML files that make up the document. Changes
|
2006-06-17 12:22:46 +02:00
|
|
|
# to any of these files will force a rebuild
|
|
|
|
#
|
|
|
|
|
2012-10-06 19:52:37 +02:00
|
|
|
# XML content
|
2012-10-01 11:53:01 +02:00
|
|
|
SRCS= article.xml
|
2006-06-17 12:22:46 +02:00
|
|
|
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|