doc/en_US.ISO8859-1/articles/freebsd-releng/Makefile
Wolfram Schneider b1c971fa20 <doc.docbook-dep.mk> handles implicit dependencies of DocBook documentation
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
2017-10-06 14:08:45 +00:00

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"