head	1.8;
access;
symbols
	HRS_XML_CLEANUP:1.8
	HRS_XML_CLEANUP_PRE:1.8
	EMILYBOYD_REDESIGN:1.8
	PRE_REDESIGN:1.8
	XML_XSL_XP:1.8.0.2
	XML_XSL_XP_BP:1.8
	jesusr:1.1.1.1
	ES_WWW:1.1.1;
locks; strict;
comment	@# @;


1.8
date	2000.11.29.23.56.57;	author kuriyama;	state Exp;
branches;
next	1.7;

1.7
date	99.09.06.07.03.02;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	99.05.11.15.07.06;	author jesusr;	state Exp;
branches;
next	1.5;

1.5
date	99.05.11.12.13.06;	author wosch;	state Exp;
branches;
next	1.4;

1.4
date	99.05.08.15.46.54;	author jesusr;	state Exp;
branches;
next	1.3;

1.3
date	99.02.14.10.58.22;	author wosch;	state Exp;
branches;
next	1.2;

1.2
date	99.02.14.03.10.20;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	99.02.08.19.26.11;	author wosch;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.02.08.19.26.11;	author wosch;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch web.mk to share/mk/web.site.mk in Spanish version.
(with "obj" fixes)

Submitted by:	nbm
@
text
@# $FreeBSD: www/es/internal/Makefile,v 1.7 1999/09/06 07:03:02 peter Exp $

.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+=	statistic.sgml
DOCS+=	developer.sgml

INDEXLINK=	internal.html

DATA+=	README.mirror

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


1.7
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d1 1
a1 1
# $FreeBSD$
d6 3
d22 1
a22 1
.include "../web.mk"
@


1.6
log
@Makefile:
 Add developer.sgml file

developer.sgml:
 Added resources for FreeBSD commiters.

On last commit i forgot to make "cvs add" for new developer.sgml file.
Thanks to Wolfram for point it.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1999/05/11 12:13:06 wosch Exp $
@


1.5
log
@delete developer.sgml
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1999/05/08 15:46:54 jesusr Exp $
d13 1
@


1.4
log
@Makefile:
 Added Resources for committers page

internal.sgml:
 Added link to Resources for committers page

statistic.sgml
 Added link to graphical statistics for ftp.cdrom.com
 Updated traffic record for ftp.cdrom.com
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.3 1999/02/14 10:58:22 wosch Exp $
a12 1
DOCS+=	developer.sgml
@


1.3
log
@Do not build the list of personal homepages of FreeBSD developers.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1999/02/14 03:10:20 jkh Exp $
d13 1
@


1.2
log
@Update this to eliminate some confusion.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1.1.1 1999/02/08 19:26:11 wosch Exp $
a14 14

# 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"
DOCS+=	homepage.sgml
.PHONY: homepage.inc

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

homepage.sgml:  homepage.inc
CLEANFILES+=	homepage.inc
.endif
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1.1.1 1999/01/21 14:21:52 jesusr Exp $
a11 1
DOCS+=	resignation.sgml
@


1.1.1.1
log
@Imported the Spanish Web pages, except the

	english sub directories: cgi, commercial, gallery, gifs
	which are redundant and will never be translated

and the

	spanish sub directories: doc-es, docs-es

Submitted by: "Jesus Rodriguez" <jesusr@@ncsa.es>

Fix Makefiles errors. `Make all install' runs fine.

Currently, many the links to the sub directories cgi, commercial,
gallery, gifs are broken. The links should point to the English
orginal files.
@
text
@@
