packae builds). Thanks to adamw, kensmith, and trhodes for various DocBook fixups. Reviewed by: kris will
18 lines
258 B
Makefile
18 lines
258 B
Makefile
#
|
|
# $FreeBSD$
|
|
#
|
|
# Article: Portbuild Procedure
|
|
#
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
WITH_ARTICLE_TOC?= YES
|
|
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|