doc/ja/handbook/Makefile
Jun Kuriyama be9987bad7 Following changes in the English version are merged.
1.65 -> 1.67	index.sgml
	1.32 -> 1.33	y2kbug.sgml
	1.4  -> 1.5	handbook/Makefile
	1.41 -> 1.42	ports/ports.inc
	1.3  -> 1.4	FAQ/Makefile
1999-12-07 14:03:29 +00:00

19 lines
810 B
Makefile

#
# $FreeBSD: www/ja/handbook/Makefile,v 1.7 1999/09/15 20:37:11 wosch Exp $
# Original revision: 1.5
#
# Build the FreeBSD Handbook *outside* of the www tree, and install it
# in to the right place as necessary.
#
# The Handbook is no longer completely self contained in
# doc/ja_JP.eucJP/books/handbook, (it requires support files outside of
# this directory) and it is much simpler to build it outside the web tree
# than it is to make a nest of symlinks to try and build it inside the tree.
#
# 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.
#
all install clean:
(cd ../../../doc/ja_JP.eucJP/books/handbook && ${MAKE} FORMATS=html-split DESTDIR=${DESTDIR}/data/ja/handbook ${.TARGET})