Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc6f1f4e

Browse files
doc: Fix XML_CATALOG_FILES env var for Apple Silicon machines
Homebrew changed the prefix for Apple Silicon based machines, soour advice for XML_CATALOG_FILES needs to mention both. More infoon the Homebrew change can be found at:Homebrew/brew#9177This is backpatch of commits4c8d654 and5a91c79, the latterwhich contained a small fix based on a report from Dagfinn IlmariMannsåker.Author: Julien Rouhaud <julien.rouhaud@free.fr>Discussion:https://postgr.es/m/20230327082441.h7pa2vqiobbyo7rd@jrouhaud
1 parent334cc4c commitc6f1f4e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎doc/src/sgml/docguide.sgml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,13 @@ brew install docbook docbook-xsl libxslt fop
209209

210210
<para>
211211
The Homebrew-supplied programs require the following environment variable
212-
to be set:
212+
to be set. For Intel based machines, use this:
213213
<programlisting>
214214
export XML_CATALOG_FILES=/usr/local/etc/xml/catalog
215+
</programlisting>
216+
On Apple Silicon based machines, use this:
217+
<programlisting>
218+
export XML_CATALOG_FILES=/opt/homebrew/etc/xml/catalog
215219
</programlisting>
216220
Without it, <command>xsltproc</command> will throw errors like this:
217221
<programlisting>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp