freebsd-dev/release/doc/ja_JP.eucJP/relnotes/i386/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

20 lines
380 B
Makefile

# $FreeBSD$
# Original revision: 1.6
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"