abfbd73c1c
1.4 -> 1.6 relnotes/alpha/article.sgml 1.2 -> 1.4 relnotes/amd64/article.sgml 1.6 -> 1.7 relnotes/i386/Makefile 1.5 -> 1.7 relnotes/i386/article.sgml 1.2 -> 1.4 relnotes/ia64/article.sgml 1.2 -> 1.4 relnotes/pc98/article.sgml 1.4 -> 1.6 relnotes/sparc64/article.sgml
22 lines
409 B
Makefile
22 lines
409 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.7
|
|
|
|
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
|
|
|
|
URL_RELPREFIX?= ../../../..
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|