1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Documentation updates in preparation for the release of version 3.0.0. (CVS 1613)

FossilOrigin-Name: 9fb29f7331254b601b71f0fe7d77f91915272dc7
This commit is contained in:
drh
2004-06-17 19:04:17 +00:00
parent ededfd5e83
commit a285422922
13 changed files with 592 additions and 236 deletions

View File

@ -458,6 +458,9 @@ tclsqlite.html: $(TOP)/www/tclsqlite.tcl
vdbe.html: $(TOP)/www/vdbe.tcl
tclsh $(TOP)/www/vdbe.tcl >vdbe.html
version3.html: $(TOP)/www/version3.tcl
tclsh $(TOP)/www/version3.tcl >version3.html
# Files to be published on the website.
#
@ -493,7 +496,8 @@ DOC = \
sqlite.html \
support.html \
tclsqlite.html \
vdbe.html
vdbe.html \
version3.html
doc: common.tcl $(DOC)
mkdir -p doc