Fix WEBDIR so the Japanese pages install in the correct place.

This commit is contained in:
John Fieber 1997-11-24 16:08:52 +00:00
parent 995bbef398
commit 795c07f6d8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2205
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.4 1997-11-24 15:02:16 jfieber Exp $
# $Id: Makefile,v 1.5 1997-11-24 16:08:52 jfieber Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.19
@ -45,7 +45,7 @@ FORMATS= "html roff"
#CVSDIR= FAQ handbook
WEBDIR= data/ja_JP.EUC
WEBDIR= ja_JP.EUC
.include "../web.mk"

View file

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.4 1997-11-24 15:02:16 jfieber Exp $
# $Id: Makefile,v 1.5 1997-11-24 16:08:52 jfieber Exp $
# The FreeBSD Japanese Documentation Project
# Original revision: 1.19
@ -45,7 +45,7 @@ FORMATS= "html roff"
#CVSDIR= FAQ handbook
WEBDIR= data/ja_JP.EUC
WEBDIR= ja_JP.EUC
.include "../web.mk"