Fix breakage at installing Japanese Handbook in building web pages.
This commit is contained in:
parent
a7883c19ab
commit
38408ec3b6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=4687
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Id: Makefile,v 1.17 1999/03/27 16:03:49 nik Exp
|
# Id: Makefile,v 1.17 1999/03/27 16:03:49 nik Exp
|
||||||
# $Id: Makefile,v 1.30 1999-04-11 01:15:14 kuriyama Exp $
|
# $Id: Makefile,v 1.31 1999-04-14 22:02:28 kuriyama Exp $
|
||||||
#
|
#
|
||||||
# Required ports (common):
|
# Required ports (common):
|
||||||
# textproc/jade
|
# textproc/jade
|
||||||
|
@ -121,7 +121,7 @@ SRCS+= mailing-lists.ent
|
||||||
#
|
#
|
||||||
# You shouldn't need to change definitions below here
|
# You shouldn't need to change definitions below here
|
||||||
|
|
||||||
VOLUME?= ja/${.CURDIR:T}
|
VOLUME?= ${.CURDIR:T}
|
||||||
DOC?= ${.CURDIR:T}
|
DOC?= ${.CURDIR:T}
|
||||||
DISTRIBUTION?= doc
|
DISTRIBUTION?= doc
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Id: Makefile,v 1.17 1999/03/27 16:03:49 nik Exp
|
# Id: Makefile,v 1.17 1999/03/27 16:03:49 nik Exp
|
||||||
# $Id: Makefile,v 1.30 1999-04-11 01:15:14 kuriyama Exp $
|
# $Id: Makefile,v 1.31 1999-04-14 22:02:28 kuriyama Exp $
|
||||||
#
|
#
|
||||||
# Required ports (common):
|
# Required ports (common):
|
||||||
# textproc/jade
|
# textproc/jade
|
||||||
|
@ -121,7 +121,7 @@ SRCS+= mailing-lists.ent
|
||||||
#
|
#
|
||||||
# You shouldn't need to change definitions below here
|
# You shouldn't need to change definitions below here
|
||||||
|
|
||||||
VOLUME?= ja/${.CURDIR:T}
|
VOLUME?= ${.CURDIR:T}
|
||||||
DOC?= ${.CURDIR:T}
|
DOC?= ${.CURDIR:T}
|
||||||
DISTRIBUTION?= doc
|
DISTRIBUTION?= doc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue