Add missing dependencies.
Spotted by: ceri and simon
This commit is contained in:
parent
3c2ca42a2a
commit
7bdf55bbde
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=28687
1 changed files with 7 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue