Add authors.ent as a dependency for wwwstd.

This commit is contained in:
Hiroki Sato 2014-02-07 05:23:55 +00:00
parent a6025c35e1
commit 826bb636a9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43815

View file

@ -31,7 +31,8 @@ _XML_INCLIST= libcommon.l10n.xsl \
iso8879.ent \
l10n.ent \
release.ent \
release.l10n.ent
release.l10n.ent \
authors.ent
.for F in ${_XML_INCLIST}
.if exists(${DOC_PREFIX}/${LANGCODE}/share/xml/${F})
XML_INCLUDES+= ${DOC_PREFIX}/${LANGCODE}/share/xml/${F}