Add includes.navgnome.sgml to SGML_INCLUDES so that the HTML files get

rebuilt when includes.navgnome.sgml is updated.
This commit is contained in:
Adam Weinberger 2006-01-01 20:32:17 +00:00
parent 729718ceaa
commit 7e5f6fdfd4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=26763
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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"