annotate doc/README @ 108:bf03d06df1fd

Added docs on building the manual
author lost
date Wed, 28 Jan 2009 05:38:15 +0000
parents
children 427e268e876b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
108
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
1 If there are no html files in the "manual" directory and there is no
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
2 "manual.html" file, it means that you have either checked out the source
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
3 repository on a non-release branch or the packager messed up.
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
4
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
5 In either case, if you have "docbook2html" installed, you should be able
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
6 to build the manual with one of the following:
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
7
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
8 docbook2html -o manual manual.docbook.sgml
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
9
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
10 or
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
11
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
12 docbook2html -u manual.docbook.sgml && mv manual.docbook.html manual.html
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
13