mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
1.3 -> 1.4 relnotes/i386/article.sgml - Hook ia64 up to the build: 1.4 -> 1.5 relnotes/Makefile (new) -> 1.1 relnotes/ia64/Makefile (new) -> 1.1 relnotes/ia64/article.sgml Submitted by: Hideyuki KURASHINA <rushani@jp.FreeBSD.org> References: [doc-jp-work 550]
19 lines
380 B
Makefile
19 lines
380 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.1
|
|
|
|
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"
|