mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 11:25:20 +00:00
800082a5a6
Thanks to Glen Barber for helping me setting the properties on new files. Obtained from: The FreeBSD German Documentation Project
23 lines
375 B
Makefile
23 lines
375 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD German Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# basiert auf: r39631
|
|
#
|
|
# Article: Port Mentor Guidelines
|
|
#
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
WITH_ARTICLE_TOC?= YES
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.xml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|