Re: [sqlite] Error when building documentation

2013-04-22 Thread David Evans
On 22/04/2013 16:35, Richard Hipp wrote: > Please try it now. > > Commit 55000f1b07 is working now. Thanks. > > ___ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Re: [sqlite] Error when building documentation

2013-04-22 Thread Richard Hipp
Please try it now. On Mon, Apr 22, 2013 at 11:02 AM, David Evans wrote: > On 22/04/2013 13:13, Richard Hipp wrote: > > I'm guessing the documentation won't build in its own source tree. Try > > creating a sibling directory and doing the build there. > > Commit 6da9f893bca0f8fb breaks things and

Re: [sqlite] Error when building documentation

2013-04-22 Thread David Evans
On 22/04/2013 13:13, Richard Hipp wrote: > I'm guessing the documentation won't build in its own source tree. Try > creating a sibling directory and doing the build there. Commit 6da9f893bca0f8fb breaks things and the only difference that changes is the schema of a table. I'm building the docs

Re: [sqlite] Error when building documentation

2013-04-22 Thread Richard Hipp
On Mon, Apr 22, 2013 at 6:34 AM, David Evans wrote: > Problem building docs > > While building the sqlite documentation an error is > occuring. > > Here is the error: > [ checkout 6da9f893bca0f8fb ] > > > > mkdir -p doc doc/c3ref doc/matrix doc/matrix/c3ref > rm -rf doc/images > c

[sqlite] Error when building documentation

2013-04-22 Thread David Evans
Problem building docs While building the sqlite documentation an error is occuring. Here is the error: [ checkout 6da9f893bca0f8fb ] mkdir -p doc doc/c3ref doc/matrix doc/matrix/c3ref rm -rf doc/images cp -r ./images doc mkdir doc/images/syntax cp ./art/syntax/*.gif doc/images/