Install the japanese handbook in /ja/handbook and not in /handbook.
Thanks good the english handbook will be installed as the last handbook and overrides any contents in /handbook. Please test your changes before you commit a patch! Build the web server from scratch if you do a major change!!!
This commit is contained in:
parent
dd5aa130c2
commit
6f5514d2b1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4869
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.1 1999-05-03 14:37:25 kuriyama Exp $
|
||||
# $Id: Makefile,v 1.2 1999-05-11 14:26:25 wosch Exp $
|
||||
# Original Revision: 1.1
|
||||
#
|
||||
# Build the FreeBSD Handbook *outside* of the www tree, and install it
|
||||
|
@ -16,4 +16,4 @@
|
|||
#
|
||||
|
||||
all install clean:
|
||||
(cd ../../../doc/ja/handbook; make FORMATS=html-split DOC_PREFIX=../../../doc DESTDIR=${DESTDIR} DOCDIR=/data VOLUME=handbook ${.TARGET})
|
||||
(cd ../../../doc/ja/handbook; make FORMATS=html-split DOC_PREFIX=../../../doc DESTDIR=${DESTDIR} DOCDIR=/data VOLUME=ja/handbook ${.TARGET})
|
||||
|
|
Loading…
Reference in a new issue