b4346b9b2d
- Reflect the rename in referencing files Approved by: doceng (implicit)
16 lines
219 B
Makefile
16 lines
219 B
Makefile
# $FreeBSD$
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
WITH_ARTICLE_TOC?=YES
|
|
|
|
SRCS= article.xml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|