head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


1.4
date	99.08.21.18.13.20;	author nik;	state dead;
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.4
log
@"doc/en.  The time has come.  Prepare yourself."

"No, wait, I don't want t--" <blam>

"Goodbye".
@
text
@# 
# $Id: Makefile,v 1.3 1999/07/14 22:31:29 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+= the-faq/chapter.sgml 
SRCS+= the-handbook/chapter.sgml 
SRCS+= the-website/chapter.sgml 
SRCS+= tools/chapter.sgml 
SRCS+= translations/chapter.sgml
SRCS+= writing-style/chapter.sgml 

# Entities
SRCS+= chapters.ent 

DOC_PREFIX?= ../../..

.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 $
@


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
@
