Add NO_JPMAN flag to activate www/ja/doc (however, I do not
think that it should be a negative option).
This commit is contained in:
parent
c8ee66c696
commit
e8a1536f9e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11555
1 changed files with 3 additions and 1 deletions
|
@ -1,11 +1,13 @@
|
|||
# $FreeBSD: doc/ja_JP.eucJP/Makefile,v 1.12 1999/09/06 06:53:16 peter Exp $
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Original revision: 1.5
|
||||
#
|
||||
|
||||
SUBDIR = articles
|
||||
SUBDIR+= books
|
||||
.if !defined(NO_JPMAN)
|
||||
SUBDIR+= man
|
||||
.endif
|
||||
|
||||
COMPAT_SYMLINK = ja_JP.eucJP
|
||||
|
||||
|
|
Loading…
Reference in a new issue