Difference between revisions of "Generating documentation"
From Dreamwidth Notes
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 |
− | + | You can then generate it with: | |
− | $LJHOME/doc/raw/build/generate.pl | + | $LJHOME/doc/raw/build/generate.pl |
− | + | 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 :) | |
− | + | ||
− | + | ||
[[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 :)