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


1.3
date	2006.03.13.16.46.15;	author rushani;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.28.18.37.18;	author rushani;	state Exp;
branches;
next	1.1;

1.1
date	2003.10.11.15.06.56;	author hrs;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Merge the following from the English version:

  1.42  -> 1.47  articles/Makefile
  1.503 -> 1.506 articles/contributing/article.sgml
  1.9   -> 1.10  articles/contributors/Makefile
  1.436 -> 1.446 articles/contributors/article.sgml
  New   -> 1.3   articles/fbsd-from-scratch/stage_1.conf.default
  1.1   -> 1.5   articles/fbsd-from-scratch/stage_1.sh
  New   -> 1.3   articles/fbsd-from-scratch/stage_2.conf.default
  1.1   -> 1.5   articles/fbsd-from-scratch/stage_2.sh
  1.1   -> 1.4   articles/fbsd-from-scratch/stage_3.mk
  1.27  -> 1.30  articles/fonts/article.sgml
  1.23  -> 1.32  articles/problem-reports/article.sgml

- Append stage_[12].conf.default into EXTRAS.

                 articles/fbsd-from-scratch/Makefile

Submitted by:	Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>
@
text
@#
# $FreeBSD$
#
# Article: FreeBSD From Scratch
#
# Original revision: 1.6

DOC?= article

FORMATS?= html

MAINTAINER= schweikh@@FreeBSD.org

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

EXTRAS=	stage_1.conf.default
EXTRAS+=	stage_1.sh
EXTRAS+=	stage_2.conf.default
EXTRAS+=	stage_2.sh
EXTRAS+=	stage_3.mk

SRCS=		article.sgml
SRCS+=		${EXTRAS}

afterinstall:
.for entry in ${EXTRAS}
	${INSTALL_DOCS} ${.CURDIR}/${entry} ${DESTDIR}
.endfor

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


1.2
log
@Merge the following from the English version:

 1.36  -> 1.42	articles/Makefile
 1.4   -> 1.6	articles/contributing/Makefile
 1.6   -> 1.9	articles/contributors/Makefile
 1.420 -> 1.434	articles/contributors/article.sgml
 1.3   -> 1.5	articles/dialup-firewall/Makefile
 1.39  -> 1.40	articles/dialup-firewall/article.sgml
 1.7   -> 1.8	articles/diskless-x/Makefile
 1.15  -> 1.16	articles/diskless-x/article.sgml
 1.4   -> 1.6	articles/fbsd-from-scratch/Makefile
 1.10  -> 1.12	articles/fonts/Makefile
 1.24  -> 1.27	articles/fonts/article.sgml
 1.4   -> 1.6	articles/ipsec-must/Makefile
 1.12  -> 1.15	articles/ipsec-must/article.sgml
 1.10  -> 1.12	articles/multi-os/Makefile
 1.37  -> 1.39	articles/multi-os/article.sgml
 1.4   -> 1.6	articles/problem-reports/Makefile
 1.3   -> 1.4	articles/zip-drive/Makefile
 1.12  -> 1.15	articles/zip-drive/article.sgml
@
text
@d17 1
a17 1
#EXTRAS=	stage_1.conf.default
d19 1
a19 1
#EXTRAS+=	stage_2.conf.default
@


1.1
log
@Add a new translation and hook up to the build:

	(new)         	Makefile
	(new) -> 1.4  	fbsd-from-scratch/Makefile
	(new) -> 1.1  	fbsd-from-scratch/article.sgml
	(new) -> 1.1  	fbsd-from-scratch/stage_1.sh
	(new) -> 1.1  	fbsd-from-scratch/stage_2.sh
	(new) -> 1.1  	fbsd-from-scratch/stage_3.mk
@
text
@d6 1
a6 1
# Original revision: 1.4
d17 5
a21 2
# SGML content
SRCS= article.sgml stage_1.sh stage_2.sh stage_3.mk
d23 2
a24 1
DOC_PREFIX?= ${.CURDIR}/../../..
d27 3
a29 2
	${INSTALL_DOCS} ${.CURDIR}/stage_1.sh ${.CURDIR}/stage_2.sh \
	    ${.CURDIR}/stage_3.mk ${DESTDIR}
d31 1
@

