18 lines
386 B
Makefile
18 lines
386 B
Makefile
# $FreeBSD$
|
|
# $FreeBSDde: de-docproj/relnotes/de_DE.ISO8859-1/Makefile,v 1.4 2002/10/28 18:37:19 ue Exp $
|
|
# basiert auf: 1.3
|
|
|
|
RELN_ROOT?= ${.CURDIR}/..
|
|
|
|
SUBDIR = relnotes
|
|
SUBDIR+= hardware
|
|
SUBDIR+= readme
|
|
SUBDIR+= errata
|
|
SUBDIR+= installation
|
|
SUBDIR+= early-adopter
|
|
|
|
COMPAT_SYMLINK = de
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|