head	1.6;
access;
symbols
	HRS_XML_CLEANUP:1.5
	HRS_XML_CLEANUP_PRE:1.5
	EMILYBOYD_REDESIGN:1.5;
locks; strict;
comment	@# @;


1.6
date	2007.07.21.11.14.08;	author danger;	state Exp;
branches;
next	1.5;

1.5
date	2005.10.04.05.52.15;	author murray;	state Exp;
branches;
next	1.4;

1.4
date	2001.04.17.09.05.43;	author nik;	state dead;
branches;
next	1.3;

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

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

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


desc
@@


1.6
log
@Retire docs/man.html page since it has tendency to get out of date pretty
easily (it actually is partly broken at the moment). I will just leave
hyperlink for direct man.cgi script in the navigation.

no objections from: www@@
@
text
@# $FreeBSD: www/en/docs/Makefile,v 1.5 2005/10/04 05:52:15 murray Exp $

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

DOCS=   books.sgml webresources.sgml

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


1.5
log
@MFP4: Add new second level sections to simplify navigation through
pages that have grown organically for 8+ years without being
reorganized.

Submitted by:	Emily Boyd
Sponsored by:	Google Summer of Code
@
text
@d1 1
a1 1
# $FreeBSD: www/en/community/Makefile,v 1.16 2004/05/05 07:56:31 josef Exp $
d10 1
a10 1
DOCS=   books.sgml man.sgml webresources.sgml
d12 1
a12 1
.include "${WEB_PREFIX}/share/mk/web.site.mk"@


1.4
log
@Install all the documentation in to a single root, $WEBROOT/doc, with the
same naming scheme as that used by the doc/ repo.

Update docs.sgml to point to the documentation in this canonical location.

Update the FAQ/ and handbook/ directories to use symlinks to point to
the real documentation under doc/en_US.ISO_8859-1/.  This means that local
testing of the site (and mirrors) will still work as expected using the
legacy URLs.  Mirrors that expect to see a lot of traffic are advised to
alter their web server configuration so that $WEBROOT/FAQ and $WEBROOT/handbook
are redirected to $WEBROOT/doc/en_US.ISO_8859-1/books/{faq,handbook},
instead of relying on the symlinks.

Discussed on:	doc, www
@
text
@d1 1
a1 10
#
# $FreeBSD: www/en/docs/Makefile,v 1.3 2001/02/24 18:04:10 nik Exp $i
#
# Build the FreeBSD documentation *outside* of the www tree, and install it
# in to the right place as necessary.
#
# This assumes that you have the www/ and doc/ trees checked out beside
# one another -- this was always the case anyway, so there are no extra
# requirements here.
#
d3 10
a12 2
all install clean:
	(cd ../../../doc/en_US.ISO_8859-1 && unset DESTDIR || ${MAKE} FORMATS=html-split DOCDIR=${DESTDIR}/data/docs ${.TARGET})
@


1.3
log
@unset(1) returns '1' if the variable doesn't exist, so use the '||'
operator rather than the '&&' operator.
@
text
@d2 1
a2 1
# $FreeBSD: www/en/docs/Makefile,v 1.2 2001/02/23 10:13:49 nik Exp $i
@


1.2
log
@Remove harmless debug message.
@
text
@d2 1
a2 1
# $FreeBSD: www/en/docs/Makefile,v 1.1 2001/02/22 15:44:37 nik Exp $i
d13 1
a13 1
	(cd ../../../doc/en_US.ISO_8859-1 && unset DESTDIR && ${MAKE} FORMATS=html-split DOCDIR=${DESTDIR}/data/docs ${.TARGET})
@


1.1
log
@Pull all the docs into one place, and simplify/rearrange the list of
available documentation.  There's a hell of a lot more work needs doing
on the website. . .
@
text
@d2 1
a2 1
# $FreeBSD$i
a12 1
	echo foo
@

