- Properly support EXTRA_CATALOGS (they are now XML catalogs)

This commit is contained in:
Gabor Kovesdan 2013-05-15 13:40:51 +00:00
parent 518b16d8e7
commit 73674733ad
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41630

View file

@ -6,6 +6,9 @@ XML_CATALOG_FILES= file://${.OBJDIR}/catalog-cwd.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}
.endif
.if exists(${DOC_PREFIX}/share/xml/catalog-cwd.xml)
XML_CATALOG_CWD= ${DOC_PREFIX}/share/xml/catalog-cwd.xml