diff --git a/en/gnome/Makefile b/en/gnome/Makefile index e1abd15372..b4e35de5cd 100644 --- a/en/gnome/Makefile +++ b/en/gnome/Makefile @@ -1,29 +1,31 @@ -# $FreeBSD: www/en/gnome/Makefile,v 1.21 2005/09/18 04:33:45 hrs Exp $ +# $FreeBSD: www/en/gnome/Makefile,v 1.22 2005/12/30 18:49:56 marcus 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= gnome_upgrade.sh DATA+= gnomelogalyzer.sh +SGML_INCLUDES+= includes.navgnome.sgml + SRCS.DEFAULT= includes.xsl SRCS.DEFAULT+= includes.navgnome.xsl XML.DEFAULT= news.xml XMLDOCS= index XSLTPROCOPTS.index= ${XSLTPROCOPTS:N--nonet} XMLDOCS+= newsflash XMLDOCS+= news:rss.xsl::news.rdf .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/gnome/docs/Makefile b/en/gnome/docs/Makefile index ccbdf96275..00acc1b613 100644 --- a/en/gnome/docs/Makefile +++ b/en/gnome/docs/Makefile @@ -1,23 +1,25 @@ -# $FreeBSD: www/en/gnome/docs/Makefile,v 1.17 2005/03/12 10:21:06 marcus Exp $ +# $FreeBSD: www/en/gnome/docs/Makefile,v 1.18 2005/11/05 07:22:29 marcus Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= faq2.sgml DOCS+= faq28.sgml DOCS+= faq210.sgml DOCS+= faq212.sgml DOCS+= gnome_porting.sgml DOCS+= gnome1_porting.sgml DOCS+= gnome2_porting.sgml DOCS+= porting.sgml DOCS+= bugging.sgml DOCS+= volunteer.sgml DOCS+= develfaq.sgml DOCS+= example-Makefile.sgml +SGML_INCLUDES+= ../includes.navgnome.sgml + .include "${WEB_PREFIX}/share/mk/web.site.mk"