freebsd-dev/release/doc/ja_JP.eucJP/relnotes/Makefile
Hiroki Sato f6b51b2dfb - Merge the following from the English version:
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.
2002-06-25 18:54:39 +00:00

13 lines
227 B
Makefile

# $FreeBSD$
# Original revision: 1.4
RELN_ROOT?= ${.CURDIR}/../..
SUBDIR = alpha
SUBDIR+= i386
SUBDIR+= pc98
SUBDIR+= sparc64
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
.include "${DOC_PREFIX}/share/mk/doc.project.mk"