PR: docs/170965 Submitted by: Edson Brandi <ebrandi@fugspbr.org> Obtained from: The FreeBSD Brazilian Portuguese Documentation Project (http://doc.fug.com.br)
24 lines
439 B
Makefile
24 lines
439 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD Brazilian Portuguese Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# Original revision: r38826
|
|
#
|
|
# Article: For People New to Both FreeBSD and Unix
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html html-split
|
|
WITH_ARTICLE_TOC?= YES
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|