16 lines
278 B
Makefile
16 lines
278 B
Makefile
|
# $FreeBSD$
|
||
|
# Original revision: 1.2
|
||
|
|
||
|
RELN_ROOT?= ${.CURDIR}/..
|
||
|
|
||
|
SUBDIR = relnotes
|
||
|
#SUBDIR+= hardware
|
||
|
#SUBDIR+= readme
|
||
|
SUBDIR+= errata
|
||
|
#SUBDIR+= installation
|
||
|
|
||
|
COMPAT_SYMLINK = ja
|
||
|
|
||
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|