freebsd-dev/release/doc/ja_JP.eucJP/relnotes/Makefile
Hiroki Sato 04aa89b606 - Catch up with the English version:
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]
2003-01-05 20:40:43 +00:00

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"