Activate ru/tutorials

This commit is contained in:
Alexey Zelkin 2000-01-05 15:39:47 +00:00
parent c0f5ef1301
commit e1270a391e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=6317
2 changed files with 18 additions and 2 deletions

View file

@ -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

16
ru/tutorials/Makefile Normal file
View file

@ -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"