- Properly support EXTRA_CATALOGS (they are now XML catalogs)
This commit is contained in:
parent
518b16d8e7
commit
73674733ad
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=41630
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue