diff --git a/ja/tutorials/Makefile b/ja/tutorials/Makefile index cb4a9e1741..0227dc0639 100644 --- a/ja/tutorials/Makefile +++ b/ja/tutorials/Makefile @@ -1,25 +1,27 @@ # -# $FreeBSD: www/ja/tutorials/Makefile,v 1.3 2000/04/23 14:33:58 phantom Exp $ +# $FreeBSD: www/ja/tutorials/Makefile,v 1.4 2000/05/07 01:55:56 kuriyama Exp $ # -# Original revision: 1.6 +# 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"