Remove instance of nonexistent catalog-common.xml from the doc toolchain.
There is no reference in any other file and a full doc build does not fail when it is missing. Differential Revision: https://reviews.freebsd.org/D2880 Reviewed by: wblock, hrs Approved by: hrs (doceng)
This commit is contained in:
parent
de2755b681
commit
e387536540
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=46864
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
|||
XML_CATALOG_FILES= file://${.OBJDIR}/catalog-cwd.xml \
|
||||
file://${DOC_PREFIX}/${LANGCODE}/share/xml/catalog.xml \
|
||||
file://${DOC_PREFIX}/share/xml/catalog.xml \
|
||||
file://${DOC_PREFIX}/share/xml/catalog-common.xml \
|
||||
file://${LOCALBASE}/share/xml/catalog
|
||||
.if defined(EXTRA_CATALOGS)
|
||||
XML_CATALOG_FILES+= ${EXTRA_CATALOGS}
|
||||
|
|
Loading…
Reference in a new issue