1.22 -> 1.36 articles/Makefile (new) -> 1.23 articles/problem-reports/Makefile (new) -> 1.4 articles/problem-reports/article.sgml Submitted by: SAKAMOTO Seiji <sakamoto@buz.bbiq.jp> Reference: [doc-jp 10656]
17 lines
245 B
Makefile
17 lines
245 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.4
|
|
|
|
DOC?= article
|
|
|
|
FORMATS?= html
|
|
|
|
INSTALL_COMPRESSED?=gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
WITH_ARTICLE_TOC?=YES
|
|
|
|
SRCS= article.sgml
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
|
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|