b4346b9b2d
- Reflect the rename in referencing files Approved by: doceng (implicit)
19 lines
310 B
Makefile
19 lines
310 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
# Article: FreeBSD Quickstart for Linux Users
|
|
|
|
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"
|