e8a1536f9e
think that it should be a negative option).
15 lines
225 B
Makefile
15 lines
225 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Original revision: 1.5
|
|
#
|
|
|
|
SUBDIR = articles
|
|
SUBDIR+= books
|
|
.if !defined(NO_JPMAN)
|
|
SUBDIR+= man
|
|
.endif
|
|
|
|
COMPAT_SYMLINK = ja_JP.eucJP
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|