1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-21 18:42:49 +03:00

Remove extra heading accidentally added to lang.tcl by (3677). (CVS 3678)

FossilOrigin-Name: 570533c1ef4640670227481cf72b782d320a65ba
This commit is contained in:
danielk1977
2007-03-09 14:43:25 +00:00
parent 2956aead93
commit 1be02aad86
3 changed files with 8 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
C Add\sa\sfew\s"class"\sattributes\sto\sthe\shtml\sgenerated\sby\slang.tcl\sto\ssupport\sconversion\sto\spdf.\s(CVS\s3677) C Remove\sextra\sheading\saccidentally\sadded\sto\slang.tcl\sby\s(3677).\s(CVS\s3678)
D 2007-03-09T14:40:59 D 2007-03-09T14:43:25
F Makefile.in 1fe3d0b46e40fd684e1e61f8e8056cefed16de9f F Makefile.in 1fe3d0b46e40fd684e1e61f8e8056cefed16de9f
F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935 F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028 F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
@@ -413,7 +413,7 @@ F www/fullscanb.gif f7c94cb227f060511f8909e10f570157263e9a25
F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3 F www/index-ex1-x-b.gif f9b1d85c3fa2435cf38b15970c7e3aa1edae23a3
F www/index.tcl 688cf1280232f4964d8d07fda65e166a4b2e16cc F www/index.tcl 688cf1280232f4964d8d07fda65e166a4b2e16cc
F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1 F www/indirect1b1.gif adfca361d2df59e34f9c5cac52a670c2bfc303a1
F www/lang.tcl 0e74378b42d7293f03a263b3ff47a7b549fd5a24 F www/lang.tcl cf204b6da4cf4ce2d47868092091a4cb7a9f8530
F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f F www/lockingv3.tcl f59b19d6c8920a931f096699d6faaf61c05db55f
F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c
F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf F www/nulls.tcl ec35193f92485b87b90a994a01d0171b58823fcf
@@ -435,7 +435,7 @@ F www/tclsqlite.tcl bb0d1357328a42b1993d78573e587c6dcbc964b9
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0 F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513 F www/whentouse.tcl 97e2b5cd296f7d8057e11f44427dea8a4c2db513
P d03d480544e1f782ca796e4cfb83ff6894ed9147 P 485c52ddc0f3c24f624825904cea3566f83f0e68
R eb4acfbeb94b21158adba0355928518d R de462052d6c0a8132c7bafb857bd1ab8
U danielk1977 U danielk1977
Z 11704b93b183fd2016ac7d986e353ae6 Z d0eb621ba2fe935e1d480543f6582333

View File

@@ -1 +1 @@
485c52ddc0f3c24f624825904cea3566f83f0e68 570533c1ef4640670227481cf72b782d320a65ba

View File

@@ -1,7 +1,7 @@
# #
# Run this Tcl script to generate the lang-*.html files. # Run this Tcl script to generate the lang-*.html files.
# #
set rcsid {$Id: lang.tcl,v 1.124 2007/03/09 14:40:59 danielk1977 Exp $} set rcsid {$Id: lang.tcl,v 1.125 2007/03/09 14:43:25 danielk1977 Exp $}
source common.tcl source common.tcl
if {[llength $argv]>0} { if {[llength $argv]>0} {
@@ -87,8 +87,6 @@ puts {</ul></p>
<p>Details on the implementation of each command are provided in <p>Details on the implementation of each command are provided in
the sequel.</p> the sequel.</p>
<h1 class="pdf_section">SQLite Commands</h1>
} }
proc Operator {name} { proc Operator {name} {
@@ -107,7 +105,6 @@ proc Example {text} {
proc Section {name label} { proc Section {name label} {
global outputdir global outputdir
if {[string length $outputdir]!=0} { if {[string length $outputdir]!=0} {
if {[llength [info commands puts_standard]]>0} { if {[llength [info commands puts_standard]]>0} {
footer $::rcsid footer $::rcsid