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