Hi,
I decided to try and get the documentation on my computer myself, so did a 'make
doc' after extracting sqlite-3.2.6.tar.gz
The result was the message:
make: Nothing to be done for `doc'.
The doc subdirectory doesnt have a makefile, and trying make doc in the src
subdirectory returns:
make: *** No rule to make target `doc'. Stop.
How then should I obtain the documentation, aside from that provided online, and
by manually sifting through the source? I'm on MS Windows XP, using MinGW +
MSYS. make doc was run through MSYS.
Thanks,
Eugene Wee
[EMAIL PROTECTED] wrote:
Try 'make doc' :))
Fanda
------- Forwarded message -------
From: "Firman Wandayandi" <[EMAIL PROTECTED]>
To: sqlite-users@sqlite.org, [EMAIL PROTECTED]
Cc:
Subject: Re: [sqlite] SQLITE Documentation
Date: Mon, 12 Sep 2005 10:08:36 +0200
On 9/12/05, ShepherdHill DB Subscriptions
<[EMAIL PROTECTED]> wrote:
Hi,
Can anyone point me to how I can get the full download of the
SQLITE > documentation in html? I will like to compile and maintain
the CHM
version of the document so that users can reference the
documentation > offline.
Dunno, I never found it. Might be the SQLite official team have it.
Currently I downloaded by myself all documentation, faqs and syntax
pages from sqlite.org, then fix the links and now it available
online on my box.
Best regards.
Chris.