From e1270a391ef8c6ffa522240f70994433730c9fab Mon Sep 17 00:00:00 2001 From: Alexey Zelkin Date: Wed, 5 Jan 2000 15:39:47 +0000 Subject: [PATCH] Activate ru/tutorials --- ru/Makefile | 4 ++-- ru/tutorials/Makefile | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 ru/tutorials/Makefile diff --git a/ru/Makefile b/ru/Makefile index 96119f2d59..f82e127f07 100644 --- a/ru/Makefile +++ b/ru/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/ru/Makefile,v 1.5 1999/12/16 16:27:54 phantom Exp $ +# $FreeBSD: www/ru/Makefile,v 1.6 2000/01/05 15:36:58 phantom Exp $ .if exists(Makefile.conf) .include "Makefile.conf" @@ -50,7 +50,7 @@ SUBDIR+= projects .if !defined(WEB_ONLY) || empty(WEB_ONLY) # Extern -#SUBDIR+= tutorials +SUBDIR+= tutorials #DOCSUBDIR= FAQ handbook DOCSUBDIR= FAQ diff --git a/ru/tutorials/Makefile b/ru/tutorials/Makefile new file mode 100644 index 0000000000..26a6568859 --- /dev/null +++ b/ru/tutorials/Makefile @@ -0,0 +1,16 @@ +# +# $FreeBSD$ +# The FreeBSD Russian Documentation Project +# 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: index.html +# (cd ../../../doc/ru_RU.KOI8-R/articles && ${MAKE} 'FORMATS=html html-split' 'DESTDIR=${DESTDIR}/data/tutorials/$${.CURDIR:T}' ${.TARGET:S/afterinstall/install/}) +# (cd ../../../doc/ru_RU.KOI8-R/books/fdp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/docproj-primer ${.TARGET:S/afterinstall/install/}) +# (cd ../../../doc/ru_RU.KOI8-R/books/ppp-primer && ${MAKE} 'FORMATS=html html-split' DESTDIR=${DESTDIR}/data/tutorials/ppp ${.TARGET:S/afterinstall/install/}) + +.include "../web.mk"