9a5f564703
share/sgml/mailing-lists.ent CVS 1.1 --> SVN r38826 articles/contributing/article.sgml CVS 1.496 --> SVN r38826 articles/contributing/Makefile CVS 1.4 --> SVN r38826 PR: docs/170658 Submitted by: Edson Brandi <ebrandi@fugspbr.org> Obtained from: The FreeBSD Brazilian Portuguese Documentation Project (http://doc.fug.com.br)
22 lines
358 B
Makefile
22 lines
358 B
Makefile
# $FreeBSD$
|
|
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD Brazilian Portuguese Documentation Project
|
|
#
|
|
# Original revision: r38826
|
|
#
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html html-split
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
WITH_ARTICLE_TOC?=YES
|
|
|
|
SRCS= article.sgml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|