doc/en/gnome/Makefile
Murray Stokely a2f0c4fbb0 Add RSS 2.0 feed of the GNOME news flashes with full item
descriptions, not just titles and links, for better usability with feed
aggregators.
2008-01-10 04:57:20 +00:00

28 lines
543 B
Makefile

# $FreeBSD: www/en/gnome/Makefile,v 1.26 2006/10/12 21:21:05 mezz Exp $
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
SUBDIR= docs
SUBDIR+= images
DOCS= screenshots.sgml
DOCS+= contact.sgml
DATA= gnomelogalyzer.sh
DATA+= gnome_prefix.sh
XML.DEFAULT= news.xml
XMLDOCS= index
XSLTPROCOPTS.index= ${XSLTPROCOPTS:N--nonet}
XMLDOCS+= newsflash
XMLDOCS+= news:rss.xsl::news.rdf
XMLDOCS+= newsrss:rss2.xsl::rss.xml
.include "${WEB_PREFIX}/share/mk/web.site.mk"