f321bcb01f
1.2 -> 1.3 ja_JP.eucJP/Makefile (new) -> 1.3 ja_JP.eucJP/early-adopter/Makefile (new) -> 1.5 ja_JP.eucJP/early-adopter/article.sgml
17 lines
300 B
Makefile
17 lines
300 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.3
|
|
|
|
RELN_ROOT?= ${.CURDIR}/..
|
|
|
|
SUBDIR = relnotes
|
|
SUBDIR+= hardware
|
|
#SUBDIR+= readme
|
|
SUBDIR+= errata
|
|
#SUBDIR+= installation
|
|
SUBDIR+= early-adopter
|
|
|
|
COMPAT_SYMLINK = ja
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|