Makefile revision 133197
1# $FreeBSD: head/release/doc/en_US.ISO8859-1/Makefile 133197 2004-08-06 08:41:22Z simon $
2
3RELN_ROOT?= ${.CURDIR}/..
4
5SUBDIR = relnotes
6SUBDIR+= hardware
7SUBDIR+= readme
8SUBDIR+= errata
9SUBDIR+= installation
10SUBDIR+= early-adopter
11
12COMPAT_SYMLINK = en
13
14.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
15.include "${DOC_PREFIX}/share/mk/doc.project.mk"
16