From dbf57a189c57930c9f8c81e9e2e20485d9827c66 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Thu, 6 Jan 2000 12:51:59 +0000 Subject: [PATCH] Prepare www/ja/tutorials. But index.sgml is not translated yet. --- ja/tutorials/Makefile | 21 +++++++++++++ ja/tutorials/index.sgml | 68 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+) create mode 100644 ja/tutorials/Makefile create mode 100644 ja/tutorials/index.sgml diff --git a/ja/tutorials/Makefile b/ja/tutorials/Makefile new file mode 100644 index 0000000000..a53b31576d --- /dev/null +++ b/ja/tutorials/Makefile @@ -0,0 +1,21 @@ +# +# $FreeBSD$ +# +# Original revision: 1.5 +# +# 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: + (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/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" diff --git a/ja/tutorials/index.sgml b/ja/tutorials/index.sgml new file mode 100644 index 0000000000..61715a6170 --- /dev/null +++ b/ja/tutorials/index.sgml @@ -0,0 +1,68 @@ + + + + + %rev.incl; + %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.

+ + + + +&footer; + + +