head	1.14;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.14
	RELEASE_8_2_0:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_6_3_0:1.14
	RELEASE_7_0_0:1.14
	RELEASE_6_2_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_1_0:1.14
	RELEASE_6_0_0:1.14
	RELEASE_5_4_0:1.14
	RELEASE_4_11_0:1.14
	RELEASE_5_3_0:1.14
	RELEASE_4_10_0:1.12
	RELEASE_5_2_1:1.12
	RELEASE_5_2_0:1.12
	RELEASE_4_9_0:1.12
	RELEASE_5_1_0:1.12
	RELEASE_4_8_0:1.10
	RELEASE_5_0_0:1.10
	RELEASE_4_7_0:1.10
	RELEASE_4_6_2:1.10
	RELEASE_4_6_1:1.10
	RELEASE_4_6_0:1.10
	RELEASE_4_5_0:1.10
	RELEASE_4_4_0:1.10
	old_RELEASE_4_3_0:1.10
	old_RELEASE_4_2_0:1.9
	old_RELEASE_4_1_0:1.9
	old_RELEASE_3_5_0:1.7;
locks; strict;
comment	@# @;


1.14
date	2004.07.06.15.09.52;	author hrs;	state Exp;
branches;
next	1.13;

1.13
date	2004.06.03.06.31.51;	author trhodes;	state Exp;
branches;
next	1.12;

1.12
date	2003.04.22.18.35.42;	author hrs;	state Exp;
branches;
next	1.11;

1.11
date	2003.04.19.11.39.27;	author hrs;	state Exp;
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.14
log
@Use relative URLs when URL_RELPREFIX is defined and URLS_ABSOLUTE
is not defined.

- URL_RELPREFIX must always point the top page's URL
  (http://www.FreeBSD.org) in relative form, defined in Makefile.

- &url.base; can be used in doc/<langcode>/*.  It will be
  replaced with the real URL which points the top page.

For translators: Please make sure to define URL_RELPREFIX to
point the top page.  The localized docs have different directory
hierarchy in its URL from the English version.

Tested by:	den
@
text
@# 
# $FreeBSD$
#
# Build the FreeBSD Documentation Project Primer.
#

MAINTAINER=doc@@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 

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

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


1.13
log
@The MAINTAINER lines on these files should have been set to doc a long
time ago.
@
text
@d48 2
a49 1
DOC_PREFIX?= ${.CURDIR}/../../..
@


1.12
log
@Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile.  The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
@
text
@d7 1
a7 1
MAINTAINER=nik@@FreeBSD.org
@


1.11
log
@- Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
  enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
@
text
@a12 2
WITH_DOCFORMAT_NAVI_LINK?=YES

@


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 $
d12 2
@


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
@
