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.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	old_RELEASE_4_3_0:1.3
	old_RELEASE_4_2_0:1.3
	old_RELEASE_4_1_0:1.3
	old_RELEASE_3_5_0:1.3;
locks; strict;
comment	@# @;


1.3
date	99.09.06.06.53.16;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	99.09.03.17.42.17;	author nik;	state Exp;
branches;
next	1.1;

1.1
date	99.08.18.13.04.30;	author jesusr;	state Exp;
branches;
next	;


desc
@@


1.3
log
@$Id$ -> $FreeBSD$
@
text
@# 
# $FreeBSD$
#
# Build the FreeBSD FAQ
#

MAINTAINER=jesusr@@FreeBSD.org

DOC?= book

FORMATS?= html-split html

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

# 
# SRCS lists the individual SGML files that make up the document. Changes
# to any of these files will force a rebuild
#

# SGML content
SRCS=  book.sgml 

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


1.2
log
@Use doc.project.mk, and ${.CURDIR}.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/08/18 13:04:30 jesusr Exp $
@


1.1
log
@Commit the first version of DocBook spanish faq. At this moment builds
but doesn't use <QAndASet> elements (working these tags).
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/08/17 21:52:02 nik Exp $
d24 2
a25 3
DOC_PREFIX?= ../../..

.include "../../../share/mk/docproj.docbook.mk"
@

