head	1.8;
access;
symbols
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.6
	RELEASE_4_1_0:1.6
	RELEASE_3_5_0:1.6;
locks; strict;
comment	@# @;


1.8
date	2001.06.11.01.17.19;	author ache;	state dead;
branches;
next	1.7;

1.7
date	2001.05.20.23.04.46;	author ue;	state Exp;
branches;
next	1.6;

1.6
date	99.09.06.06.52.39;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	99.09.03.17.40.52;	author nik;	state Exp;
branches;
next	1.4;

1.4
date	99.08.31.14.59.48;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	99.08.29.00.02.21;	author jhb;	state Exp;
branches;
next	1.2;

1.2
date	99.08.28.19.49.31;	author jhb;	state Exp;
branches;
next	1.1;

1.1
date	99.08.17.21.52.02;	author nik;	state Exp;
branches;
next	;


desc
@@


1.8
log
@ISO_* -> ISO* rename
@
text
@# 
# $FreeBSD: doc/en_US.ISO_8859-1/books/faq/Makefile,v 1.7 2001/05/20 23:04:46 ue Exp $
#
# Build the FreeBSD FAQ
#

MAINTAINER=nik@@FreeBSD.org

DOC?= book

FORMATS?= html-split html

INSTALL_COMPRESSED?= gz
INSTALL_ONLY_COMPRESSED?=

JADEFLAGS+=-Vbiblio-xref-title
# 
# 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.7
log
@Take a hint from the various angry faces and finally commit the international
version of "The Big Markup Sync"
- merge German markup fixes from the last 6 months
- add bibliography section
- activate biblio-xref-title code
@
text
@d2 1
a2 1
# $FreeBSD: doc/en_US.ISO_8859-1/books/faq/Makefile,v 1.6 1999/09/06 06:52:39 peter Exp $
@


1.6
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
d16 1
@


1.5
log
@Use doc.project.mk, and ${.CURDIR}
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.4 1999/08/31 14:59:48 kuriyama Exp $
@


1.4
log
@We have used ${VAR}, not $(VAR ) . :- )
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1999/08/29 00:02:21 jhb Exp $
d24 1
a24 1
DOC_PREFIX?= ../../..
d26 1
a26 1
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk"
@


1.3
log
@Make the doc/en_* makefiles repect ${DOC_PREFIX} when they include
${DOC_PREFIX}/share/mk/docproj.docbook.mk instead of using hard-coded
paths.

Reviewed partially by:	nik, billf
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1999/08/28 19:49:31 jhb Exp $
d26 1
a26 1
.include "$(DOC_PREFIX)/share/mk/docproj.docbook.mk"
@


1.2
log
@FreeBSD.ORG -> FreeBSD.org for the MAINTAINERS e-mail address.
Translators can ignore this commit.

Reviewed by:	billf, nik
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/08/17 21:52:02 nik Exp $
d26 1
a26 1
.include "../../../share/mk/docproj.docbook.mk"
@


1.1
log
@Framework to build the DocBook FAQ.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.3 1999/07/14 22:31:29 nik Exp $
d7 1
a7 1
MAINTAINER=nik@@FreeBSD.ORG
@

