svn commit: r46864 - head/share/mk

Benedict Reuschling bcr at FreeBSD.org
Wed Jun 24 18:18:53 UTC 2015


Author: bcr
Date: Wed Jun 24 18:18:52 2015
New Revision: 46864
URL: https://svnweb.freebsd.org/changeset/doc/46864

Log:
  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)

Modified:
  head/share/mk/doc.xml.mk

Modified: head/share/mk/doc.xml.mk
==============================================================================
--- head/share/mk/doc.xml.mk	Wed Jun 24 15:41:33 2015	(r46863)
+++ head/share/mk/doc.xml.mk	Wed Jun 24 18:18:52 2015	(r46864)
@@ -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}


More information about the svn-doc-all mailing list