Add missing dependencies.

Spotted by:	ceri and simon
This commit is contained in:
Hiroki Sato 2006-09-22 21:05:04 +00:00
parent 5a5a3dcbb1
commit cb1dde62d4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28687
2 changed files with 16 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# doc.xml.mk
# $FreeBSD: www/share/mk/doc.xml.mk,v 1.8 2006/08/21 18:27:42 hrs Exp $
# $FreeBSD: www/share/mk/doc.xml.mk,v 1.9 2006/08/22 09:25:05 hrs Exp $
XML_CATALOG_FILES= file://${.OBJDIR}/catalog-cwd.xml \
file://${DOC_PREFIX}/${LANGCODE}/share/sgml/catalog.xml \
@ -27,7 +27,13 @@ _DEPENDSET.wwwstd= ${XML_INCLUDES}
_XML_INCLIST= libcommon.l10n.xsl \
libcommon.xsl \
navibar.l10n.ent \
navibar.ent
navibar.ent \
common.ent \
header.ent \
header.l10n.ent \
iso8879.ent \
l10n.ent \
release.ent
.for F in ${_INCLIST}
.if exists(${WEB_PREFIX}/${WWW_LANGCODE}/share/sgml/${F})
XML_INCLUDES+= ${F}

View file

@ -1,5 +1,5 @@
# bsd.web.mk
# $FreeBSD: www/share/mk/web.site.mk,v 1.74 2006/08/19 21:18:53 hrs Exp $
# $FreeBSD: www/share/mk/web.site.mk,v 1.75 2006/08/24 20:02:06 hrs Exp $
#
# Build and install a web site.
@ -151,7 +151,13 @@ WWW_LANGCODE:= ${.CURDIR:S,^${_WEB_PREFIX}/,,:C,^([^/]+)/.*,\1,}
.endif # !defined(WITHOUT_DOC)
_INCLIST= navibar.ent \
navibar.l10n.ent
navibar.l10n.ent \
common.ent \
header.ent \
header.l10n.ent \
iso8879.ent \
l10n.ent \
release.ent
_SGML_INCLUDES= ${SGML_INCLUDES}
.for F in ${_INCLIST}