Disable build of doc/ja_JP.eucJP/man directory by default.
This commit is contained in:
parent
ec1c26fd77
commit
0f451e1628
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25273
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@
|
|||
|
||||
SUBDIR = articles
|
||||
SUBDIR+= books
|
||||
.if !defined(NO_JPMAN)
|
||||
|
||||
.if defined(WITH_JPMAN)
|
||||
SUBDIR+= man
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue