13a697f694
from the releng Perforce repository. (Not hooked up to the RELNOTESng build yet.) Makefile#1 article.sgml#6 Reviewed by: re
15 lines
186 B
Makefile
15 lines
186 B
Makefile
# $FreeBSD$
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
SRCS= article.sgml
|
|
|
|
DOC_PREFIX?= /usr/doc
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|