f6b51b2dfb
1.308 -> 1.313 relnotes/common/new.sgml - Add pc98 subdir: 1.3 -> 1.4 relnotes/Makefile 1.2 -> 1.3 relnotes/common/relnotes.ent (new) -> 1.1 relnotes/pc98/Makefile (new) -> 1.1 relnotes/pc98/article.sgml - Remove ${NO_TIDY}. It is no longer needed.
20 lines
380 B
Makefile
20 lines
380 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.6
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../../..
|
|
|
|
DOC?= article
|
|
FORMATS?= html
|
|
INSTALL_COMPRESSED?= gz
|
|
INSTALL_ONLY_COMPRESSED?=
|
|
|
|
JADEFLAGS+= -V %generate-article-toc%
|
|
|
|
# SGML content
|
|
SRCS+= article.sgml
|
|
SRCS+= ../common/relnotes.ent
|
|
SRCS+= ../common/new.sgml
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|