Difference between revisions of "Generating documentation"

From Dreamwidth Notes
Jump to: navigation, search
m (Correcting URL.)
Line 3: Line 3:
 
First, you will want to install some necessary packages if you don't have them already:
 
First, you will want to install some necessary packages if you don't have them already:
  
  sudo apt-get install docbook-xml xsltproc
+
  sudo apt-get install docbook-xml xsltproc docbook-xsl
  
The first time to generate, use this command:
+
You can then generate it with:
  
  $LJHOME/doc/raw/build/generate.pl --getxsl
+
  $LJHOME/doc/raw/build/generate.pl
  
After that, you can use:
+
Note: it used to be possible to download the docbook xsl using the <tt>--getxsl</tt> flag, but the repository where it was hosted has since gone offline. Fortunately, there are compatible packages in debian and ubuntu :)
 
+
$LJHOME/doc/raw/build/generate.pl
+
  
 
[[Category: Dreamwidth Installation]]
 
[[Category: Dreamwidth Installation]]

Revision as of 18:36, 13 April 2009

These instructions are based on the ones given in the bug report.

First, you will want to install some necessary packages if you don't have them already:

sudo apt-get install docbook-xml xsltproc docbook-xsl

You can then generate it with:

$LJHOME/doc/raw/build/generate.pl

Note: it used to be possible to download the docbook xsl using the --getxsl flag, but the repository where it was hosted has since gone offline. Fortunately, there are compatible packages in debian and ubuntu :)