diff --git a/en/gnome/Makefile b/en/gnome/Makefile index e1abd15372..b4e35de5cd 100644 --- a/en/gnome/Makefile +++ b/en/gnome/Makefile @@ -1,4 +1,4 @@ -# $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" @@ -16,6 +16,8 @@ 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 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,4 +1,4 @@ -# $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" @@ -20,4 +20,6 @@ DOCS+= volunteer.sgml DOCS+= develfaq.sgml DOCS+= example-Makefile.sgml +SGML_INCLUDES+= ../includes.navgnome.sgml + .include "${WEB_PREFIX}/share/mk/web.site.mk"