head	1.11;
access;
symbols
	HRS_XML_CLEANUP:1.11
	HRS_XML_CLEANUP_PRE:1.11
	EMILYBOYD_REDESIGN:1.10
	PRE_REDESIGN:1.10
	XML_XSL_XP:1.9.0.2
	XML_XSL_XP_BP:1.9;
locks; strict;
comment	@# @;


1.11
date	2006.01.27.11.04.03;	author blackend;	state Exp;
branches;
next	1.10;

1.10
date	2003.05.18.20.49.48;	author murray;	state Exp;
branches;
next	1.9;

1.9
date	2001.07.31.00.24.23;	author murray;	state Exp;
branches;
next	1.8;

1.8
date	2000.11.07.04.05.14;	author kuriyama;	state Exp;
branches;
next	1.7;

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

1.6
date	98.08.11.11.43.51;	author wosch;	state Exp;
branches;
next	1.5;

1.5
date	98.08.11.01.18.36;	author wosch;	state Exp;
branches;
next	1.4;

1.4
date	98.08.07.16.57.08;	author wosch;	state Exp;
branches;
next	1.3;

1.3
date	98.08.03.09.51.12;	author wosch;	state Exp;
branches;
next	1.2;

1.2
date	98.06.17.18.14.52;	author wosch;	state Exp;
branches;
next	1.1;

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


desc
@@


1.11
log
@Add and hook the doc TODO list.
@
text
@# $FreeBSD: www/en/docproj/Makefile,v 1.10 2003/05/18 20:49:48 murray Exp $

.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif

DOCS=   current.sgml 
DOCS+=	doc-set.sgml
DOCS+=	handbook.sgml
DOCS+=	handbook3.sgml
DOCS+=  sgml.sgml
DOCS+=  submitting.sgml
DOCS+=  who.sgml 
DOCS+=  translations.sgml
DOCS+=	docproj.sgml
DOCS+=	todo.sgml

INDEXLINK= docproj.html

.include "${WEB_PREFIX}/share/mk/web.site.mk"
@


1.10
log
@Add a todo list for the third printed edition of the FreeBSD Handbook.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/docproj/Makefile,v 1.9 2001/07/31 00:24:23 murray Exp $
d19 1
@


1.9
log
@Add information about the 2nd Edition printed handbook to the 'Current
Projects' list and import my TODO list.

Suggested by: Nik
@
text
@d1 1
a1 1
# $FreeBSD: www/en/docproj/Makefile,v 1.8 2000/11/07 04:05:14 kuriyama Exp $
d13 1
@


1.8
log
@Switch web.mk to share/mk/web.site.mk in English version.
@
text
@d1 1
a1 1
# $FreeBSD: www/en/docproj/Makefile,v 1.7 1999/09/06 07:02:43 peter Exp $
d12 1
@


1.7
log
@$Id$,$Date$ -> $FreeBSD$
The jury is out on $Date$, but it's presently not being expanded..
@
text
@d1 1
a1 1
# $FreeBSD$
d6 3
d20 1
a20 1
.include "../web.mk"
@


1.6
log
@Remove the quotes from exists("filename"). Make(1) considered the
quotes as part of the filename.

Submitted by: volf@@oasis.IAEhv.nl
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.5 1998/08/11 01:18:36 wosch Exp $
@


1.5
log
@Include ../Makefile.conf if exists
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.4 1998/08/07 16:57:08 wosch Exp $
d3 1
a3 1
.if exists("../Makefile.conf")
@


1.4
log
@Define default index page.
@
text
@d1 5
a5 1
# $Id: Makefile,v 1.3 1998/08/03 09:51:12 wosch Exp $
@


1.3
log
@Various changes after repository copy.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.2 1998/06/17 18:14:52 wosch Exp $
d10 2
@


1.2
log
@Translations of the FreeBSD documentation, Web pages, Handbook, Manual
pages and FAQ. Currently listed only the FreeBSD Korean Documentation Project.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.1 1998/03/31 20:11:35 nik Exp $
d3 5
a7 5
.if exists(Makefile.conf)
.include "Makefile.conf"
.endif

DOCS=  current.sgml doc-set.sgml sgml.sgml submitting.sgml who.sgml 
d9 1
@


1.1
log
@Updated the information about the FreeBSD Documentation Project. Updated
docproj.sgml, and added a new 'docproj' directory which contains other
project related .sgml files (and a Makefile). Updated the main Makefile to
include this new directory.

Reviewed by the various members of the -doc mailing list (including
John Fieber) over the past week or so.
@
text
@d1 1
a1 1
# $Id$
d8 1
@
