doc/en/marketing/Makefile
Murray Stokely db8dacb8a6 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>
2005-07-24 16:24:41 +00:00

12 lines
289 B
Makefile

# $FreeBSD: www/en/marketing/Makefile,v 1.1 2005/05/08 15:53:13 murray Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS?= index.sgml os-comparison.sgml
.include "${WEB_PREFIX}/share/mk/web.site.mk"