o Add porters-handbook.
1.6 -> 1.8 tutorials/Makefile
This commit is contained in:
parent
c614a4ac9b
commit
9923776c14
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=7692
1 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# $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.
|
||||
|
@ -9,12 +9,14 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue