17 lines
320 B
Makefile
17 lines
320 B
Makefile
|
# The FreeBSD Simplified Chinese Project
|
||
|
#
|
||
|
# Original Revision: 1.3
|
||
|
# $FreeBSD$
|
||
|
|
||
|
RELN_ROOT?= ${.CURDIR}/..
|
||
|
|
||
|
SUBDIR = early-adopter
|
||
|
SUBDIR+= hardware
|
||
|
SUBDIR+= readme
|
||
|
SUBDIR+= relnotes
|
||
|
SUBDIR+= errata
|
||
|
SUBDIR+= installation
|
||
|
|
||
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|