Add authors.ent as a dependency for wwwstd.
This commit is contained in:
parent
a6025c35e1
commit
826bb636a9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43815
1 changed files with 2 additions and 1 deletions
|
@ -31,7 +31,8 @@ _XML_INCLIST= libcommon.l10n.xsl \
|
||||||
iso8879.ent \
|
iso8879.ent \
|
||||||
l10n.ent \
|
l10n.ent \
|
||||||
release.ent \
|
release.ent \
|
||||||
release.l10n.ent
|
release.l10n.ent \
|
||||||
|
authors.ent
|
||||||
.for F in ${_XML_INCLIST}
|
.for F in ${_XML_INCLIST}
|
||||||
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/${F})
|
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/${F})
|
||||||
XML_INCLUDES+= ${DOC_PREFIX}/${LANGCODE}/share/xml/${F}
|
XML_INCLUDES+= ${DOC_PREFIX}/${LANGCODE}/share/xml/${F}
|
||||||
|
|
Loading…
Reference in a new issue