04aa89b606
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]
14 lines
241 B
Makefile
14 lines
241 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.5
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../..
|
|
|
|
SUBDIR = alpha
|
|
SUBDIR+= ia64
|
|
SUBDIR+= i386
|
|
SUBDIR+= pc98
|
|
SUBDIR+= sparc64
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|