Created
November 30, 2009 02:02
-
-
Save ELLIOTTCABLE/245217 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| asciidoc -b docbook -d manpage -o doc/api.xml doc/api.txt | |
| Waf: Entering directory `/private/tmp/homebrew-node-0.1.18-Qrqy/node-v0.1.18/build' | |
| Waf: Leaving directory `/private/tmp/homebrew-node-0.1.18-Qrqy/node-v0.1.18/build' | |
| 'install' finished successfully (0.033s) | |
| xsltproc --output doc/node.1 --nonet doc/manpage.xsl doc/api.xml | |
| I/O error : Attempt to load network entity http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | |
| warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl" | |
| compilation error: file doc/manpage.xsl line 13 element import | |
| xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl | |
| make: *** [doc/node.1] Error 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment