Teach it about the PPP primer.
This commit is contained in:
parent
43dfaf0ddb
commit
184f802988
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5655
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: www/en/tutorials/Makefile,v 1.3 1999/09/06 07:02:58 peter Exp $
|
||||
# $FreeBSD: www/en/tutorials/Makefile,v 1.4 1999/09/15 20:37:10 wosch Exp $
|
||||
#
|
||||
# Build the FreeBSD tutorials/articles outside of the www tree, and then
|
||||
# install them in to the right place.
|
||||
|
@ -9,5 +9,6 @@ DOCS = index.sgml
|
|||
all afterinstall clean: index.html
|
||||
(cd ../../../doc/en_US.ISO_8859-1/articles && ${MAKE} 'FORMATS=html html-split' 'DESTDIR=${DESTDIR}/data/tutorials/$${.CURDIR:T}' ${.TARGET:S/afterinstall/install/})
|
||||
(cd ../../../doc/en_US.ISO_8859-1/books/fdp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/docproj-primer ${.TARGET:S/afterinstall/install/})
|
||||
(cd ../../../doc/en_US.ISO_8859-1/books/ppp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/ppp ${.TARGET:S/afterinstall/install/})
|
||||
|
||||
.include "../web.mk"
|
||||
|
|
Loading…
Reference in a new issue