25 lines
431 B
Makefile
25 lines
431 B
Makefile
|
#
|
||
|
# The FreeBSD Documentation Project
|
||
|
# The FreeBSD Brazilian Portuguese Documentation Project
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
# Original revision: r38826
|
||
|
#
|
||
|
# Article: Writing FreeBSD Problem Reports
|
||
|
|
||
|
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"
|