doc/ja/handbook/Makefile
Nik Clayton 93d0c288cf Directory names change to reflect doc/ repo change. No longer need
to specific DOC_PREFIX on the command line either.
1999-08-19 20:42:40 +00:00

14 lines
497 B
Makefile

#
# $Id: Makefile,v 1.3 1999-08-19 20:42:40 nik Exp $
# Original Revision: 1.1
#
# Build the FreeBSD Handbook *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.
#
all install clean:
(cd ../../../doc/ja_JP.eucJP/books/handbook; make FORMATS=html-split DESTDIR=${DESTDIR}/data/ja/handbook ${.TARGET})