head	1.15;
access;
symbols
	HRS_XML_CLEANUP:1.15
	HRS_XML_CLEANUP_PRE:1.15
	EMILYBOYD_REDESIGN:1.14
	PRE_REDESIGN:1.14
	XML_XSL_XP:1.6.0.2
	XML_XSL_XP_BP:1.6;
locks; strict;
comment	@# @;


1.15
date	2006.02.10.13.15.25;	author marck;	state Exp;
branches;
next	1.14;

1.14
date	2005.08.18.11.41.56;	author marck;	state Exp;
branches;
next	1.13;

1.13
date	2005.07.23.11.50.49;	author marck;	state Exp;
branches;
next	1.12;

1.12
date	2004.04.14.07.50.14;	author den;	state Exp;
branches;
next	1.11;

1.11
date	2003.12.31.10.49.54;	author andy;	state Exp;
branches;
next	1.10;

1.10
date	2003.10.29.12.36.23;	author den;	state Exp;
branches;
next	1.9;

1.9
date	2002.02.17.13.57.29;	author phantom;	state Exp;
branches;
next	1.8;

1.8
date	2002.01.14.11.25.16;	author phantom;	state Exp;
branches;
next	1.7;

1.7
date	2001.12.17.21.07.12;	author phantom;	state Exp;
branches;
next	1.6;

1.6
date	2001.04.27.09.38.50;	author wosch;	state Exp;
branches;
next	1.5;

1.5
date	2000.11.10.17.27.35;	author phantom;	state Exp;
branches;
next	1.4;

1.4
date	2000.10.27.12.14.03;	author phantom;	state Exp;
branches;
next	1.3;

1.3
date	2000.03.12.22.12.09;	author phantom;	state Exp;
branches;
next	1.2;

1.2
date	2000.03.02.15.00.30;	author phantom;	state Exp;
branches;
next	1.1;

1.1
date	2000.02.28.12.56.52;	author phantom;	state Exp;
branches;
next	;


desc
@@


1.15
log
@MFen:
	1.43 -> 1.44	Makefile
	1.52 -> 1.54	about.sgml
	1.5 -> 1.6	bylaws.sgml
	1.4 -> 1.5	core-vote.sgml
	1.33 -> 1.35	developer.sgml
	1.6 -> 1.7	doceng.sgml
	1.1 -> 1.2	expire-bits.sgml
	new -> 1.2	fortunes.sgml
	1.6 -> 1.7	homepage.sgml
	1.29 -> 1.30	internal.sgml
	1.55 -> 1.62	machines.sgml
	1.16 -> 1.20	mirror.sgml
	1.10 -> 1.15	new-account.sgml
	1.24 -> 1.25	photos.sgml
	1.2 -> 1.4	policies.sgml
	1.7 -> 1.8	releng.sgml
	1.5 -> 1.6	rtp.sgml
	1.17 -> 1.18	statistic.sgml

Obtained from:	The FreeBSD Russian Documentation Project
@
text
@#
# The FreeBSD Russian Documentation Project
#
# $FreeBSD$
# $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.11 2006/02/10 12:57:39 marck Exp $
#
# Original revision: 1.44
#

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS=	photos.sgml	
DOCS+=	internal.sgml	
DOCS+= 	about.sgml
DOCS+= 	machines.sgml
DOCS+= 	mirror.sgml
DOCS+=	new-account.sgml
DOCS+=	statistic.sgml
DOCS+= 	developer.sgml
DOCS+=	bylaws.sgml
DOCS+=  releng.sgml
DOCS+=	expire-bits.sgml
DOCS+=	core-vote.sgml
DOCS+=	doceng.sgml
DOCS+=	rtp.sgml
DOCS+=	policies.sgml
DOCS+=	fortunes.sgml

INDEXLINK=	internal.html

# build the list of personal homepages of FreeBSD developers only 
# on the main FreeBSD machines
hostname!= hostname
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" || ${hostname} == "www.freebsd.org"
DOCS+=	homepage.sgml

.if !make(install)
.PHONY: homepage.inc
.endif
homepage.inc: ${WEB_PREFIX}/en/internal/homepage.pl
	${PERL} ${WEB_PREFIX}/en/internal/homepage.pl > ${.TARGET}

homepage.html:  homepage.inc
CLEANFILES+=	homepage.inc
.endif

DATA+=	README.mirror

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.14
log
@MFen: TRB has been dissolved.
@
text
@d5 1
a5 1
# $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.10 2005/08/18 11:37:17 marck Exp $
d7 1
a7 1
# Original revision: 1.43
d32 1
@


1.13
log
@MFen:
	1.40 -> 1.42	Makefile
	1.5 -> 1.6	doceng.sgml
	1.28 -> 1.29	internal.sgml
	1.1 -> 1.2	policies.sgml

Obtained from:	The FreeBSD Russian Documentation Project
@
text
@d5 1
a5 1
# $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.9 2005/07/23 11:54:17 marck Exp $
d7 1
a7 1
# Original revision: 1.42
a28 1
DOCS+=	trb-dispute.sgml
@


1.12
log
@Merge the following from the English version:

   1.38 -> 1.40 Makefile
   1.28 -> 1.31 developer.sgml
   1.26 -> 1.27 internal.sgml
   1.6 -> 1.7 new-account.sgml
   1.22 -> 1.23 photos.sgml
   (new) -> 1.1 policies.sgml
   1.3 -> 1.4 rtp.sgml

Submitted by:	Dmitry Morozovsky <marck@@rinet.ru>
Obtained from:	The FreeBSD Russian Documentation Project
@
text
@d5 1
a5 1
# $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.8 2004/04/14 07:10:16 den Exp $
d7 1
a7 1
# Original revision: 1.40
@


1.11
log
@MFen 1.38
@
text
@d5 1
a5 1
# $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.6 2003/12/31 10:38:40 andy Exp $
d7 1
a7 1
# Original revision: 1.38
d32 1
d41 2
d44 1
a44 1

@


1.10
log
@New translations. Add it to the build and point links to them.

   (new) -> 1.3 internal/bylaws.sgml
   (new) -> 1.1 internal/expire-bits.sgml
   (new) -> 1.2 internal/new-account.sgml

PR: docs/41761
Submitted by: Dmitry Morozovsky <marck@@rinet.ru>
Approved by: phantom (mentor)
@
text
@d1 3
d5 4
a8 3
# The FreeBSD Russian Documentation Project
# $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.5 2003/10/27 14:25:36 den Exp $
# Original revision: 1.23
a12 1

d17 2
a18 2
DOCS=	photos.sgml
DOCS+=	internal.sgml
d26 1
d28 4
d38 1
a38 1
.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org"
d42 2
a43 5
SCRIPTDIR= ${.CURDIR}/../../en/internal
GENHOMEPAGE= $(SCRIPTDIR)/homepage.pl

homepage.inc: ${GENHOMEPAGE}
	${PERL} $(GENHOMEPAGE) > ${.TARGET}
d45 1
a45 1
homepage.sgml:  $(GENHOMEPAGE) homepage.inc
@


1.9
log
@Synchronize with FreeBSD Russian Documentation Project CVS Repository
@
text
@d3 2
a4 2
# $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.4 2002/02/17 13:47:13 phantom Exp $
# Original version: 1.23
d19 1
d22 2
@


1.8
log
@Fix obj-cleaness for {freefall,hub}.freebsd.org specific cases

PR:		docs/33271
@
text
@d1 1
a1 1
# $FreeBSD: www/ru/internal/Makefile,v 1.7 2001/12/17 21:07:12 phantom Exp $
d3 1
a3 1
# $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.3 2000/11/10 17:04:50 phantom Exp $
@


1.7
log
@Synchronize www/ru tree with FreeBSD Russian Documentation Project's
CVS Repository.
@
text
@d1 1
a1 1
# $FreeBSD$
d31 1
a31 1
SCRIPTDIR= ../../en/internal
@


1.6
log
@fix `make obj'
@
text
@d1 1
a1 1
# $FreeBSD: www/ru/internal/Makefile,v 1.5 2000/11/10 17:27:35 phantom Exp $
d31 1
a31 1
SCRIPTDIR= ${.CURDIR}/../../en/internal
d37 1
a37 1
homepage.html:  $(GENHOMEPAGE) homepage.inc
@


1.5
log
@Synchronize with FreeBSD russian Documentation Project Repository.

This commit brings in some synchronizations, Original revisions for
all Makefiles, switch from en/web.mk to share/mk/web.site.mk
@
text
@d1 1
a1 1
# $FreeBSD$
d31 1
a31 1
SCRIPTDIR= ../../en/internal
d37 1
a37 1
homepage.sgml:  $(GENHOMEPAGE) homepage.inc
@


1.4
log
@Mega-update of Russian Web pages to current FreeBSD Russian Doc Project's CVS
Repository state.  This commit mostly brings in a lot of translation synches,
spelling fixes, adds new translations.

Obtained from:	FreeBSD Russian Documentation Project CVS Repository
@
text
@d2 3
a4 2
# $FreeBSDru: frdp/www/ru/internal/Makefile,v 1.2 2000/10/27 11:26:10 phantom Exp $
# Original version: 1.20
d10 4
d34 2
a35 2
homepage.inc:
	perl $(GENHOMEPAGE) > ${.TARGET}
d43 1
a43 1
.include "../web.mk"
@


1.3
log
@Add translated version of homepages.sgml
@
text
@d1 2
a2 1
# $FreeBSD: www/ru/internal/Makefile,v 1.2 2000/03/02 15:00:30 phantom Exp $
@


1.2
log
@Add internal.sgml to build list
@
text
@d1 1
a1 1
# $FreeBSD: www/ru/internal/Makefile,v 1.1 2000/02/28 12:56:52 phantom Exp $
d20 4
a23 11
#hostname!= hostname
#.if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org"
#DOCS+=	homepage.sgml
#.PHONY: homepage.inc

#homepage.inc:
#	perl homepage.pl > ${.TARGET}

#homepage.sgml:  homepage.inc
#CLEANFILES+=	homepage.inc
#.endif
d25 11
a35 1
#DATA+=	README.mirror
@


1.1
log
@Build www/ru/internal.
@
text
@d1 1
a1 1
# $FreeBSD$
d8 2
a9 2
DOCS=	photos.sgml	
#DOCS+=	internal.sgml	
@

