head	1.11;
access;
symbols
	RELEASE_4_3_0:1.10
	RELEASE_4_2_0:1.9
	RELEASE_4_1_0:1.9
	RELEASE_3_5_0:1.7;
locks; strict;
comment	@# @;


1.11
date	2001.06.11.01.17.23;	author ache;	state dead;
branches;
next	1.10;

1.10
date	2001.01.03.10.46.47;	author nik;	state Exp;
branches;
next	1.9;

1.9
date	2000.07.16.16.40.36;	author nik;	state Exp;
branches;
next	1.8;

1.8
date	2000.06.23.00.37.53;	author nik;	state Exp;
branches;
next	1.7;

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

1.6
date	99.09.03.17.22.40;	author nik;	state Exp;
branches;
next	1.5;

1.5
date	99.08.29.00.02.22;	author jhb;	state Exp;
branches;
next	1.4;

1.4
date	99.08.28.19.49.38;	author jhb;	state Exp;
branches;
next	1.3;

1.3
date	99.07.14.22.31.29;	author nik;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.11
log
@ISO_* -> ISO* rename
@
text
@# 
# $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/Makefile,v 1.10 2001/01/03 10:46:47 nik Exp $
#
# Build the FreeBSD Documentation Project Primer.
#

MAINTAINER=nik@@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 
SRCS+= overview/chapter.sgml 
SRCS+= psgml-mode/chapter.sgml 
SRCS+= see-also/chapter.sgml 
SRCS+= sgml-markup/chapter.sgml 
SRCS+= sgml-primer/chapter.sgml 
SRCS+= stylesheets/chapter.sgml 
SRCS+= structure/chapter.sgml
SRCS+= doc-build/chapter.sgml
SRCS+= the-website/chapter.sgml 
SRCS+= tools/chapter.sgml 
SRCS+= translations/chapter.sgml
SRCS+= writing-style/chapter.sgml 

SRCS+= examples/appendix.sgml

# Images from the cross-document image library
IMAGES_LIB=	callouts/1.png
IMAGES_LIB+=	callouts/2.png
IMAGES_LIB+=	callouts/3.png
IMAGES_LIB+=	callouts/4.png
IMAGES_LIB+=	callouts/5.png

# Entities
SRCS+= chapters.ent 

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

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


1.10
log
@LIB_IMAGES -> IMAGES_LIB
@
text
@d2 1
a2 1
# $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/Makefile,v 1.9 2000/07/16 16:40:36 nik Exp $
@


1.9
log
@List the examples/appendix.sgml file.  List the library images this
document uses.
@
text
@d2 1
a2 1
# $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/Makefile,v 1.8 2000/06/23 00:37:53 nik Exp $
d39 5
a43 5
LIB_IMAGES=	callouts/1.png
LIB_IMAGES+=	callouts/2.png
LIB_IMAGES+=	callouts/3.png
LIB_IMAGES+=	callouts/4.png
LIB_IMAGES+=	callouts/5.png
@


1.8
log
@Link in the doc-build chapter.
@
text
@d2 1
a2 1
# $FreeBSD: doc/en_US.ISO_8859-1/books/fdp-primer/Makefile,v 1.7 1999/09/06 06:52:39 peter Exp $
d35 9
@


1.7
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
d30 1
@


1.6
log
@A new chapter that explains the structure of the doc/ tree and how
documentation is placed under it.  Replaces the empty FAQ section and the
only partly completed Handbook section.  This is because the information
in here applies to all the documentation under doc/, not just the Handbook.

Move the style guide information out of the-handbook/chapter.sgml and in
to writing-style/chapter.sgml.  It doesn't really belong here either, but
we don't have a general style chapter (yet).

Update Makefile to know about this, and use the doc.project.mk file.

Update book.sgml to know about the new chapter.

Remove the old chapters.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.5 1999/08/29 00:02:22 jhb Exp $
@


1.5
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.4 1999/08/28 19:49:38 jhb Exp $
d29 1
a29 2
SRCS+= the-faq/chapter.sgml 
SRCS+= the-handbook/chapter.sgml 
d38 1
a38 1
DOC_PREFIX?= ../../..
d40 1
a40 1
.include "${DOC_PREFIX}/share/mk/docproj.docbook.mk"
@


1.4
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.3 1999/07/14 22:31:29 nik Exp $
d41 1
a41 1
.include "../../../share/mk/docproj.docbook.mk"
@


1.3
log
@Added the new translations chapter.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.2 1999/04/26 21:45:04 nik Exp $
d7 1
a7 1
MAINTAINER=nik@@FreeBSD.ORG
@


1.2
log
@Added DOC_PREFIX definition.  A temporary hack until all the tutorials
are in DocBook.

Added "html" to the list of default formats.

The primer can now be included in regular builds.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.1 1999/04/20 20:59:49 nik Exp $
d33 1
@


1.1
log
@My primer for people new to the Doc. Proj.  Incomplete, but should be
enough for most people, and gets it into the repository, making it
easier for others to add to as necessary.

This has not (yet) been turned on in the upper level Makefile or
listed on the web site yet, I want to get some more feedback
from readers first.  It should be "made visible" later this week.
@
text
@d2 1
a2 1
# $Id: Makefile,v 1.19 1999/04/12 21:40:25 nik Exp $
d11 1
a11 1
FORMATS?= html-split
d37 2
@
