Fix WEBBASE path.
This commit is contained in:
parent
2ae02b48a1
commit
1942fc5e8c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6614
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/zh/Makefile,v 1.2 1999/09/06 07:03:31 peter Exp $
|
||||
# $FreeBSD: www/zh/Makefile,v 1.3 1999/12/17 14:16:56 phantom Exp $
|
||||
|
||||
.if !defined(WEB_ONLY) || empty(WEB_ONLY)
|
||||
DOCSUBDIR= FAQ
|
||||
|
@ -8,7 +8,7 @@ SGMLOPTS= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr
|
|||
SGMLOPTS+=-e big5
|
||||
FORMATS= "html ps"
|
||||
|
||||
WEBBASE= /data
|
||||
WEBBASE= /data/zh
|
||||
|
||||
.include "../web.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue