Skip to content

Commit 4e6dd05

Browse files
author
Michael Paquier
committed
Add a note about XML_CATALOG_FILES on OSX for doc compilation
Without this parameter correctly set, compilation could fail at xml validation.
1 parent 1868223 commit 4e6dd05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ of respectively xmlto and asciidoc. An example of build is as follows:
6060
They could as well be set as environment variables for development
6161
purposes.
6262

63+
On OSX, it is necessary to set XML_CATALOG_FILES to point to the correct
64+
xml catalogs. In the case of an environment with Homebrew after having
65+
install xmlto and asciidoc:
66+
67+
$ export XML_CATALOG_FILES="/usr/local/etc/xml/catalog"
68+
6369
Regression tests
6470
----------------
6571

0 commit comments

Comments
 (0)