diff --git a/en/tutorials/Makefile b/en/tutorials/Makefile new file mode 100644 index 0000000000..96b62b0588 --- /dev/null +++ b/en/tutorials/Makefile @@ -0,0 +1,13 @@ +# +# $Id: Makefile,v 1.1 1999-08-19 20:49:29 nik Exp $ +# +# Build the FreeBSD tutorials/articles outside of the www tree, and then +# install them in to the right place. + +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/}) + +.include "../web.mk" diff --git a/en/tutorials/index.sgml b/en/tutorials/index.sgml new file mode 100644 index 0000000000..edd4deaf65 --- /dev/null +++ b/en/tutorials/index.sgml @@ -0,0 +1,67 @@ + + + + %includes; +]> + + + +&header; + +
Here lie assorted documents on various aspects of FreeBSD, + FreeBSD software, and hardware. If you have comments or + would like to contribute a document, please contact us at + freebsd-doc@FreeBSD.org.
+ +