head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_6_3_0:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_2_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2005.01.12.20.39.27;	author carvay;	state Exp;
branches;
next	;


desc
@@


1.1
log
@articles/contrib
- add entry for translators
- add trademarks

articles/dialup-firewall
- add entry for translators.ent
- add translator's info

articles/explaining-bsd
- Cosmetic changes on Makefile
- add translators.ent
- add translator's info
- a lot of cosmetic changes

articles/fbsd-from-scratch
- add entry for translators.ent
- add translators' info

articles/laptop
- add "WITH_TOC" on Makefile
- add entry for translators.ent
- add translators' entry

articles/problem-reports
- correct several typos

articles/zip-drive
- add entry for translators.ent
- add translators' info

articles/Makefile
New article added: cvs-freebsd
Submitted by: Jesus R. Camou jcamou at es.FreeBSD.org

Approved by: jesusr (mentor)
@
text
@# $FreeBSD$
# $FreeBSDes$
# Copiado de la version 1.5
#
# Article: Setting up a CVS repository - the FreeBSD way

#MAINTAINER= stijn@@win.tue.nl

DOC?= article

FORMATS?= html

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=


WITH_ARTICLE_TOC?=YES


SRCS=	article.sgml

URL_RELPREFIX?=	../../../..
DOC_PREFIX?= ${.CURDIR}/../../..

.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@
