This feature can be disabled with DOCBOOK_DEPS_DISABLE=YES Missing dependencies will be reported as a warning, and should be fixed by the document authors. PR: 222826
21 lines
312 B
Makefile
21 lines
312 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
# Article: FreeBSD Release Engineering
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html html-split
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.xml
|
|
|
|
CSS_SHEET_ADDITIONS=extra.css
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
|
|