b4346b9b2d
- Reflect the rename in referencing files Approved by: doceng (implicit)
24 lines
443 B
Makefile
24 lines
443 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD Brazilian Portuguese Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# Original revision: r38826
|
|
#
|
|
# Article: Contributing to the FreeBSD Ports Collection
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html html-split
|
|
WITH_ARTICLE_TOC?= YES
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.xml
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|