annotate doc/README @ 194:0d916bcebb90

First pass at allowing symbols starting with digits but containing $
author lost
date Sun, 22 Mar 2009 17:50:42 +0000
parents 427e268e876b
children
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
151
427e268e876b renamed src to lwasm to better reflect its purpose
lost
parents: 108
diff changeset
12 docbook2html -u manual.docbook.sgml && mv manual.docbook.html manual/manual.html
108
bf03d06df1fd Added docs on building the manual
lost
parents:
diff changeset
13