diff --git a/ru/Makefile b/ru/Makefile index 8f0a4d26e8..05828ef403 100644 --- a/ru/Makefile +++ b/ru/Makefile @@ -1,73 +1,77 @@ # $FreeBSD$ -# $FreeBSDru: frdp/www/ru/Makefile,v 1.7 2000/10/27 11:26:06 phantom Exp $ +# The FreeBSD Russian Documentation Project +# $FreeBSDru: frdp/www/ru/Makefile,v 1.8 2000/11/10 17:04:45 phantom Exp $ +# Original revision: 1.55 .if exists(Makefile.conf) .include "Makefile.conf" .endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif # These are turned into validated, normalized HTML files. DOCS= applications.sgml DOCS+= auditors.sgml DOCS+= availability.sgml DOCS+= docs.sgml DOCS+= features.sgml DOCS+= register.sgml DOCS+= index.sgml DOCS+= internet.sgml DOCS+= mailto.sgml DOCS+= publish.sgml DOCS+= send-pr.sgml DOCS+= support.sgml DOCS+= where.sgml DOCS+= y2kbug.sgml CLEANFILES+=atoz.sgml site.sgml # These will be directly installed. #DATA= COPYING COPYING.LIB README.mirror robots.txt index.html DATA= index.html # Subdirectories # SGML SUBDIR= security SUBDIR+= commercial SUBDIR+= conspectus SUBDIR+= docproj SUBDIR+= news SUBDIR+= alpha SUBDIR+= internal SUBDIR+= java SUBDIR+= copyright SUBDIR+= search SUBDIR+= gallery SUBDIR+= projects SUBDIR+= releases SUBDIR+= smp .if !defined(WEB_ONLY) || empty(WEB_ONLY) SUBDIR+= ports .endif # Non-SGML #SUBDIR+= gifs #SUBDIR+= cgi .if !defined(WEB_ONLY) || empty(WEB_ONLY) # Extern SUBDIR+= tutorials SUBDIR+= handbook #DOCSUBDIR= FAQ handbook DOCSUBDIR= FAQ .endif SGMLOPTS+= -links -hdr ${.CURDIR}/doc.hdr -ftr ${.CURDIR}/doc.ftr SGMLOPTS+= -e KOI8-R FORMATS= "html ps koi8-r" WEBDIR?= data/ru -.include "web.mk" - +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ru/Makefile.inc b/ru/Makefile.inc index 795e91242d..40cf4664bb 100644 --- a/ru/Makefile.inc +++ b/ru/Makefile.inc @@ -1,4 +1,6 @@ # $FreeBSD$ -# $FreeBSDru: frdp/www/ru/Makefile.inc,v 1.3 2000/10/27 11:26:06 phantom Exp $ +# $FreeBSDru: frdp/www/ru/Makefile.inc,v 1.4 2000/11/10 17:04:45 phantom Exp $ +# Original revision: 1.8 WEBBASE?= /data/ru +WEB_PREFIX?= ${.CURDIR}/../.. diff --git a/ru/alpha/Makefile b/ru/alpha/Makefile index 26b5d786be..aefe50eb26 100644 --- a/ru/alpha/Makefile +++ b/ru/alpha/Makefile @@ -1,12 +1,18 @@ # $FreeBSD$ -# $FreeBSDru: frdp/www/ru/alpha/Makefile,v 1.2 2000/10/27 11:26:09 phantom Exp $ +# The FreeBSD Russian Documentation Project +# $FreeBSDru: frdp/www/ru/alpha/Makefile,v 1.3 2000/11/10 17:04:48 phantom Exp $ +# Original revision: .if exists(../Makefile.conf) .include "../Makefile.conf" .endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + DOCS= alpha.sgml INDEXLINK=alpha.html -.include "../web.mk" +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ru/commercial/Makefile b/ru/commercial/Makefile index 836660ad74..65a33b7242 100644 --- a/ru/commercial/Makefile +++ b/ru/commercial/Makefile @@ -1,25 +1,29 @@ # $FreeBSD$ # The FreeBSD Russian Documentation Project -# $FreeBSDru: frdp/www/ru/commercial/Makefile,v 1.2 2000/10/27 11:26:10 phantom Exp $ -# Original revision: 1.9 +# $FreeBSDru: frdp/www/ru/commercial/Makefile,v 1.3 2000/11/10 17:04:48 phantom Exp $ +# Original revision: 1.14 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + PERL= perl5 DOCS = commercial.sgml # DOCS+= consulting.sgml # DOCS+= consulting_bycat.sgml # DOCS+= hardware.sgml # DOCS+= misc.sgml # DOCS+= software.sgml # DOCS+= software_bycat.sgml INDEXLINK=commercial.html BUILDTOP= ../.. DIR_IN_LOCAL= commercial -.include "../web.mk" +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ru/conspectus/Makefile b/ru/conspectus/Makefile index 34c7389e1a..a1164e5017 100644 --- a/ru/conspectus/Makefile +++ b/ru/conspectus/Makefile @@ -1,14 +1,18 @@ # $FreeBSD$ # The FreeBSD Russian Documentation Project -# $FreeBSDru: frdp/www/ru/conspectus/Makefile,v 1.1 2000/10/11 16:11:18 phantom Exp $ -# Original revision: 1.1 +# $FreeBSDru: frdp/www/ru/conspectus/Makefile,v 1.2 2000/11/10 17:04:48 phantom Exp $ +# Original revision: 1.3 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + DOCS= index.sgml #SUBDIR= stable -.include "../web.mk" +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ru/conspectus/Makefile.inc b/ru/conspectus/Makefile.inc index 39d5d8ab4a..3198163c14 100644 --- a/ru/conspectus/Makefile.inc +++ b/ru/conspectus/Makefile.inc @@ -1,4 +1,7 @@ # $FreeBSD$ -# $FreeBSDru: frdp/www/ru/conspectus/Makefile.inc,v 1.1 2000/10/11 16:11:18 phantom Exp $ +# The FreeBSD Russian Documentation Project +# $FreeBSDru: frdp/www/ru/conspectus/Makefile.inc,v 1.2 2000/11/10 17:04:48 phantom Exp $ +# Original revision: 1.2 WEBBASE?= /data/ru/conspectus +WEB_PREFIX?= ${.CURDIR}/../../.. diff --git a/ru/copyright/Makefile b/ru/copyright/Makefile index 815cb4137a..22cf083c97 100644 --- a/ru/copyright/Makefile +++ b/ru/copyright/Makefile @@ -1,36 +1,42 @@ # $FreeBSD$ -# $FreeBSDru: frdp/www/ru/copyright/Makefile,v 1.2 2000/10/27 11:26:10 phantom Exp $ +# The FreeBSD Russian Documentation Project +# $FreeBSDru: frdp/www/ru/copyright/Makefile,v 1.3 2000/11/10 17:04:49 phantom Exp $ +# Original revision: 1.10 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + DOCS= license.sgml DOCS+= freebsd-license.sgml DOCS+= daemon.sgml DOCS+= copyright.sgml INDEXLINK= copyright.html CVS_READONLY?= YES CVS_OPT+= -Q .if !empty(CVS_READONLY) CVS_OPT+= -R .endif #DATA+= COPYING COPYING.LIB ${LEGAL} ## FreeBSD Ports redistribution restrictions #LEGAL= LEGAL #LEGAL_FILE= ports/LEGAL #CLEANFILES+= ${LEGAL} #.if defined(NOPORTSCVS) #${LEGAL}: $${PORTSBASE}/${LEGAL_FILE} # cp ${PORTSBASE}/${LEGAL_FILE} ${LEGAL} #.else #${LEGAL}: $${CVSROOT}/${LEGAL_FILE},v # cvs ${CVS_OPT} co -p ${LEGAL_FILE} > ${.TARGET} #.endif -.include "../web.mk" +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ru/docproj/Makefile b/ru/docproj/Makefile index e7e1398036..f13cc3f802 100644 --- a/ru/docproj/Makefile +++ b/ru/docproj/Makefile @@ -1,18 +1,24 @@ # $FreeBSD$ -# $FreeBSDru: frdp/www/ru/docproj/Makefile,v 1.2 2000/10/27 11:26:10 phantom Exp $ +# The FreeBSD Russian Documentation Project +# $FreeBSDru: frdp/www/ru/docproj/Makefile,v 1.3 2000/11/10 17:04:49 phantom Exp $ +# Original revision: 1.8 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + DOCS= current.sgml DOCS+= doc-set.sgml DOCS+= sgml.sgml DOCS+= submitting.sgml DOCS+= who.sgml DOCS+= translations.sgml DOCS+= docproj.sgml INDEXLINK= docproj.html -.include "../web.mk" +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ru/gallery/Makefile b/ru/gallery/Makefile index 54af96844c..3b6008fef8 100644 --- a/ru/gallery/Makefile +++ b/ru/gallery/Makefile @@ -1,43 +1,46 @@ # $FreeBSD$ # The FreeBSD Russian Documentation Project -# $FreeBSDru: frdp/www/ru/gallery/Makefile,v 1.2 2000/10/12 10:02:51 phantom Exp $ -# Original revision: 1.10 +# $FreeBSDru: frdp/www/ru/gallery/Makefile,v 1.3 2000/11/10 17:04:49 phantom Exp $ +# Original revision: 1.11 .if exists(../Makefile.conf) .include "../Makefile.conf" .endif +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif + DOCS = gallery.sgml DOCS+= cgallery.sgml DOCS+= npgallery.sgml DOCS+= pgallery.sgml INDEXLINK= gallery.html CLEANFILES+= cgallery.inc npgallery.inc pgallery.inc gallery.inc SCRIPTSRCDIR = ${.CURDIR}/../../en/gallery GENSCRIPT = $(SCRIPTSRCDIR)/gengallery.pl DBFILE = $(SCRIPTSRCDIR)/gallery.db cgallery.html: cgallery.sgml cgallery.inc cgallery.inc: $(GENSCRIPT) $(DBFILE) ${PERL} $(GENSCRIPT) commercial $(DBFILE) > cgallery.inc npgallery.html: npgallery.sgml npgallery.inc npgallery.inc: $(GENSCRIPT) $(DBFILE) ${PERL} $(GENSCRIPT) nonprofit $(DBFILE) > npgallery.inc pgallery.html: pgallery.sgml pgallery.inc pgallery.inc: $(GENSCRIPT) $(DBFILE) ${PERL} $(GENSCRIPT) personal $(DBFILE) > pgallery.inc gallery.html: gallery.sgml gallery.inc gallery.inc: $(DBFILE) gallery.sgml ${PERL} $(SCRIPTSRCDIR)/prune.pl $(DBFILE) /dev/null | \ ${PERL} -ne 'chomp; m/([-\w]+):\s+(\d+)/ and \ print qq/\n/' \ > gallery.inc -.include "../web.mk" - +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ru/handbook/Makefile b/ru/handbook/Makefile index 01635e23f2..069fa756b0 100644 --- a/ru/handbook/Makefile +++ b/ru/handbook/Makefile @@ -1,9 +1,14 @@ -# -# The FreeBSD Russian Documentation Project -# # $FreeBSD$ -# $FreeBSDru: frdp/www/ru/handbook/Makefile,v 1.1 2000/10/06 15:55:20 phantom Exp $ +# The FreeBSD Russian Documentation Project +# $FreeBSDru: frdp/www/ru/handbook/Makefile,v 1.2 2000/11/10 17:04:49 phantom Exp $ + +# This is home born version of Makefile. It will be remove then real handbook +# will be imported. + +.if exists(../Makefile.inc) +.include "../Makefile.inc" +.endif DOCS = index.sgml -.include "../web.mk" +.include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/ru/handbook/index.sgml b/ru/handbook/index.sgml index 1f63bed251..171687dc38 100644 --- a/ru/handbook/index.sgml +++ b/ru/handbook/index.sgml @@ -1,30 +1,31 @@ - + %includes; ]> - + &header; -
К сожалению Справочник FreeBSD до сих пор не переведен и поэтому не - доступен с www.FreeBSD.org. Но на данный момент частично переведенная +
К сожалению Руководство по FreeBSD до сих пор не переведен и поэтому не + доступен с www.FreeBSD.org. Но на данный момент частично переведенная копия Справочника доступна с официального сервера Проекта Русской Документации FreeBSD www.FreeBSD.org.ua, где Вы и можете + href="http://www.FreeBSD.org.ua/">http://www.FreeBSD.org.ua/, + где Вы и можете на данный момент ее найти (и присоеденится к переводу ;-))
Все вопросы связанные с русской документацией Вы можете задать в соответствующий список рассылки
&footer;