head	1.2;
access;
symbols
	HRS_XML_CLEANUP:1.1
	HRS_XML_CLEANUP_PRE:1.1
	EMILYBOYD_REDESIGN:1.1
	PRE_REDESIGN:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.12.11.16.22.34;	author ryusuke;	state Exp;
branches;
next	1.1;

1.1
date	2002.01.01.14.35.53;	author hrs;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Merge the following from the English version:

	1.147 -> 1.148	www/ja/Makefile
	1.8 -> 1.9	www/ja/doc/Makefile
	1.11 -> 1.13	www/ja/platforms/ia64.sgml
@
text
@#
# $FreeBSD: www/ja/doc/Makefile,v 1.1 2002/01/01 14:35:53 hrs Exp $
# Original revision: 1.9
#
# Build the FreeBSD documentation *outside* of the www tree, and install it
# in to the right place as necessary.
#
# This assumes that you have the www/ and doc/ trees checked out beside
# one another -- this was always the case anyway, so there are no extra
# requirements here.
#

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

all: all-all all-install

all-all:
	@@unset DESTDIR || true; \
	 cd ${DOC_PREFIX}/${LANGCODE}; \
		${MAKE} FORMATS="html-split html" \
			INSTALL_COMPRESSED= NO_JPMAN= all
all-install:
	@@unset DESTDIR || true; \
	 cd ${DOC_PREFIX}/${LANGCODE}; \
		${MAKE} FORMATS="html-split html" DOCDIR=${.OBJDIR} \
			INSTALL_COMPRESSED= NO_JPMAN= install

install clean:
	@@unset DESTDIR || true; \
	 cd ${DOC_PREFIX}/${LANGCODE}; \
		${MAKE} FORMATS="html-split html" DOCDIR=${DESTDIR}/data/doc \
			INSTALL_COMPRESSED= NO_JPMAN= ${.TARGET}
.if make(clean)
	${RM} -rf ja*
.endif

.include "${WEB_PREFIX}/share/mk/web.site.mk"

obj: _OBJUSE

_OBJUSE: .USE
	@@unset DESTDIR || true; \
	 cd ${DOC_PREFIX}/${LANGCODE}; \
		${MAKE} ${.TARGET}
@


1.1
log
@Add www/ja/doc/Makefile and activate it:

	(new) -> 1.8  	doc/Makefile
@
text
@d2 2
a3 2
# $FreeBSD$
# Original revision: 1.8
d13 7
d24 1
a24 1
	 cd ${.CURDIR}/../../../doc/ja_JP.eucJP; \
d29 1
a29 1
	 cd ${.CURDIR}/../../../doc/ja_JP.eucJP; \
d35 1
a35 1
	 cd ${.CURDIR}/../../../doc/ja_JP.eucJP; \
d42 1
a42 1
.include "${.CURDIR}/../../share/mk/web.site.mk"
d48 1
a48 1
	 cd ${.CURDIR}/../../../doc/ja_JP.eucJP; \
@

