9916b1baeb
to make verify.py happy.
15 lines
278 B
Makefile
15 lines
278 B
Makefile
# The FreeBSD Simplified Chinese Project
|
|
#
|
|
# Original Revision: 171847
|
|
# $FreeBSD$
|
|
|
|
RELN_ROOT?= ${.CURDIR}/..
|
|
|
|
SUBDIR = relnotes
|
|
SUBDIR+= hardware
|
|
SUBDIR+= readme
|
|
SUBDIR+= errata
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|