freebsd-dev/release/doc/en_US.ISO8859-1/hardware/Makefile
Bruce A. Mah 7593f63c91 Connect the ia64 versions of the release documentation to the RELNOTESng
build.

This will give ia64 folks the chance to help flesh these out, and
also ensure that (when the time comes) ia64 releases with documentation
won't fall over due to missing RELNOTESng files.
2002-11-08 18:36:04 +00:00

13 lines
216 B
Makefile

# $FreeBSD$
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"