doc/ja/tutorials/Makefile
Hiroki Sato 9923776c14 o Add porters-handbook.
1.6   -> 1.8  	tutorials/Makefile
2000-07-20 12:42:51 +00:00

27 lines
1.2 KiB
Makefile

#
# $FreeBSD: www/ja/tutorials/Makefile,v 1.4 2000/05/07 01:55:56 kuriyama Exp $
#
# Original revision: 1.8
#
# Build the FreeBSD tutorials/articles outside of the www tree, and then
# install them in to the right place.
DOCS = index.sgml
DIRS_TO_CLEAN = ../../../doc/ja_JP.eucJP/articles \
../../../doc/ja_JP.eucJP/books/porters-handbook \
../../../doc/ja_JP.eucJP/books/ppp-primer
# ../../../doc/ja_JP.eucJP/books/fdp-primer \
all afterinstall:
(cd ../../../doc/ja_JP.eucJP/articles && ${MAKE} 'FORMATS=html html-split' 'DESTDIR=${DESTDIR}/data/ja/tutorials/$${.CURDIR:T}' ${.TARGET:S/afterinstall/install/})
# (cd ../../../doc/ja_JP.eucJP/books/fdp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/ja/tutorials/docproj-primer ${.TARGET:S/afterinstall/install/})
(cd ../../../doc/ja_JP.eucJP/books/porters-handbook && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/ja/porters-handbook ${.TARGET:S/afterinstall/install/})
(cd ../../../doc/ja_JP.eucJP/books/ppp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/ja/tutorials/ppp ${.TARGET:S/afterinstall/install/})
### Revision checking
REVFILES= ${DOCS:M*.sgml:S/.sgml$/.revinc/g}
BUILDTOP= ../..
DIR_IN_LOCAL= tutorials
.include "../web.mk"