We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1868223 commit 4e6dd05Copy full SHA for 4e6dd05
README
@@ -60,6 +60,12 @@ of respectively xmlto and asciidoc. An example of build is as follows:
60
They could as well be set as environment variables for development
61
purposes.
62
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
69
Regression tests
70
----------------
71
0 commit comments