From e387536540b0fc72b4d5def3e2970dbdc21a100c Mon Sep 17 00:00:00 2001 From: Benedict Reuschling Date: Wed, 24 Jun 2015 18:18:52 +0000 Subject: [PATCH] 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) --- share/mk/doc.xml.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/share/mk/doc.xml.mk b/share/mk/doc.xml.mk index 25ee1ec57c..ed587e0060 100644 --- a/share/mk/doc.xml.mk +++ b/share/mk/doc.xml.mk @@ -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}