HOW TO build yourself The User Guide written for AsciiDoc generator

NOTE: You should have installed on your system 
.For standard HTML or Docbook targets

AsciiDoc 8.6.3
    http://www.methods.co.nz/asciidoc/
Source-Highlight 3.1+  
    http://www.gnu.org/software/src-highlite/ 
or
Pygments 1.3.1+
    http://pygments.org/
    
.For PDF target    
DocBook to LaTeX Publishing
    http://dblatex.sourceforge.net/
or 
Apache FOP
    http://xmlgraphics.apache.org/fop/index.html

$ asciidoc-8.6.3/asciidoc.py 
  -a icons 
  -a toc 
  -a linkcss 
  -a scriptsdir=./scripts
  -a stylesdir=./styles 
  -a theme=growl 
  -n 
  -v 
  docs/userguide.txt
  
With basic layout, and embbeded javascript and styles
$ asciidoc-8.6.3/asciidoc.py 
  -a icons 
  -a toc 
  -n 
  -v 
  docs/userguide.txt
