head	1.3;
access;
symbols
	HRS_XML_CLEANUP:1.2
	HRS_XML_CLEANUP_PRE:1.2
	EMILYBOYD_REDESIGN:1.2
	PRE_REDESIGN:1.2;
locks; strict;
comment	@# @;


1.3
date	2011.09.05.18.52.08;	author gjb;	state Exp;
branches;
next	1.2;

1.2
date	2005.07.24.16.24.41;	author murray;	state Exp;
branches;
next	1.1;

1.1
date	2005.05.08.15.53.13;	author murray;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove the very much outdated os comparison page.

PR:		160241
Submitted by:	Oliver Hartman (ohartman % zedat!fu-berlin!de)
Patch by:	rodrigc
Feedback from:	linimon, murray, simon, various others (-current)
@
text
@# $FreeBSD: www/en/marketing/Makefile,v 1.2 2005/07/24 16:24:41 murray Exp $

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

DOCS?=	index.sgml

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


1.2
log
@Add a nascent marketing section to the FreeBSD website, with links to
recent presentations, whitepapers, flyers, press highlights, etc.

Reviewed by:	Dru Lavigne <dlavigne6@@sympatico.ca>
@
text
@d1 1
a1 1
# $FreeBSD: www/en/marketing/Makefile,v 1.1 2005/05/08 15:53:13 murray Exp $
d10 1
a10 1
DOCS?=	index.sgml os-comparison.sgml
@


1.1
log
@Add OS Comparison Flyer to the web tree so that it can more easily be
updated.

This is intentionally not linked from anywhere on FreeBSD.org yet.
@
text
@d1 1
a1 1
# $FreeBSD$
d10 1
a10 1
DOCS?=	os-comparison.sgml
@

