Add ${PREFIX}/share/sgml/catalog.ports into ${CATALOGS} explicitly.
This commit is contained in:
parent
514993ec31
commit
7ed83a52a2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17465
1 changed files with 3 additions and 1 deletions
|
|
@ -136,6 +136,8 @@ DOCBOOKCATALOG= ${PREFIX}/share/sgml/docbook/catalog
|
||||||
DOCBOOKCATALOG= ${PREFIX}/share/xml/docbook/catalog
|
DOCBOOKCATALOG= ${PREFIX}/share/xml/docbook/catalog
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
CATALOG_PORTS_SGML= ${PREFIX}/share/sgml/catalog.ports
|
||||||
|
|
||||||
DSSSLCATALOG= ${PREFIX}/share/sgml/docbook/dsssl/modular/catalog
|
DSSSLCATALOG= ${PREFIX}/share/sgml/docbook/dsssl/modular/catalog
|
||||||
COLLATEINDEX= ${PREFIX}/share/sgml/docbook/dsssl/modular/bin/collateindex.pl
|
COLLATEINDEX= ${PREFIX}/share/sgml/docbook/dsssl/modular/bin/collateindex.pl
|
||||||
|
|
||||||
|
|
@ -147,7 +149,7 @@ INDEXREPORTSCRIPT= ${DOC_PREFIX}/share/misc/indexreport.pl
|
||||||
|
|
||||||
IMAGES_LIB?=
|
IMAGES_LIB?=
|
||||||
|
|
||||||
.for c in ${LANGUAGECATALOG} ${FREEBSDCATALOG} ${DSSSLCATALOG} ${ISO8879CATALOG} ${DOCBOOKCATALOG} ${JADECATALOG} ${EXTRA_CATALOGS}
|
.for c in ${LANGUAGECATALOG} ${FREEBSDCATALOG} ${DSSSLCATALOG} ${ISO8879CATALOG} ${DOCBOOKCATALOG} ${JADECATALOG} ${EXTRA_CATALOGS} ${CATALOG_PORTS_SGML}
|
||||||
.if exists(${c})
|
.if exists(${c})
|
||||||
CATALOGS+= -c ${c}
|
CATALOGS+= -c ${c}
|
||||||
.endif
|
.endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue