Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Get make doc working again. (CVS 4356) |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
8f73ebc6e30467d2c594701e0aa45b53 |
User & Date: | drh 2007-08-31 18:50:31.000 |
Context
2007-09-01
| ||
02:13 | Change the windows tempfile name generator so that it uses 119 bits of randomness and does not bother to check to see if the file already exists. Ticket #2608. (Unable to test from this machine, but the changes are simple and isolated. Hope it works.) (CVS 4357) (check-in: ca6c1e3f44 user: drh tags: trunk) | |
2007-08-31
| ||
18:50 | Get make doc working again. (CVS 4356) (check-in: 8f73ebc6e3 user: drh tags: trunk) | |
18:34 | Remove the xLockState method for sqlite3_io_methods. Replace it with a defined call to xFileControl(). This simplifies the interface and also gives us coverage testing of sqlite3_file_control(). (CVS 4355) (check-in: 306586c412 user: drh tags: trunk) | |
Changes
Changes to main.mk.
︙ | ︙ | |||
479 480 481 482 483 484 485 486 487 488 489 490 491 492 | tclsh $(TOP)/www/lang.tcl doc >lang.html opcode.html: $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c tclsh $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c >opcode.html capi3ref.html: $(TOP)/www/mkapidoc.tcl sqlite3.h tclsh $(TOP)/www/mkapidoc.tcl <sqlite3.h >capi3ref.html %: $(TOP)/www/% cp $< $@ # Files to be published on the website. # DOC = \ | > > > | 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 | tclsh $(TOP)/www/lang.tcl doc >lang.html opcode.html: $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c tclsh $(TOP)/www/opcode.tcl $(TOP)/src/vdbe.c >opcode.html capi3ref.html: $(TOP)/www/mkapidoc.tcl sqlite3.h tclsh $(TOP)/www/mkapidoc.tcl <sqlite3.h >capi3ref.html copyright-release.html: $(TOP)/www/copyright-release.html cp $(TOP)/www/copyright-release.html . %: $(TOP)/www/% cp $< $@ # Files to be published on the website. # DOC = \ |
︙ | ︙ |