doc/ja_JP.eucJP/Makefile
Hiroki Sato e8a1536f9e Add NO_JPMAN flag to activate www/ja/doc (however, I do not
think that it should be a negative option).
2002-01-01 14:35:43 +00:00

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"