Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created November 30, 2009 02:02
Show Gist options
  • Select an option

  • Save ELLIOTTCABLE/245217 to your computer and use it in GitHub Desktop.

Select an option

Save ELLIOTTCABLE/245217 to your computer and use it in GitHub Desktop.
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