Disable build of doc/ja_JP.eucJP/man directory by default.

This commit is contained in:
Hiroki Sato 2005-07-30 13:48:40 +00:00
parent ec1c26fd77
commit 0f451e1628
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25273

View file

@ -5,7 +5,8 @@
SUBDIR = articles
SUBDIR+= books
.if !defined(NO_JPMAN)
.if defined(WITH_JPMAN)
SUBDIR+= man
.endif