Fix to the "make doc" makefile target. Ticket #1289. (CVS 2518)

FossilOrigin-Name: 4713b1e1040f2e0645fa593638e392df44b5bfc1
This commit is contained in:
drh 2005-06-15 18:07:39 +00:00
parent 2b4b5962c4
commit 6eb8577cae
4 changed files with 13 additions and 8 deletions

View File

@ -556,6 +556,7 @@ version3.html: $(TOP)/www/version3.tcl
#
DOC = \
arch.html \
arch2.gif \
autoinc.html \
c_interface.html \
capi3.html \

View File

@ -373,6 +373,9 @@ arch.html: $(TOP)/www/arch.tcl
arch.png: $(TOP)/www/arch.png
cp $(TOP)/www/arch.png .
arch2.gif: $(TOP)/www/arch2.gif
cp $(TOP)/www/arch2.gif .
autoinc.html: $(TOP)/www/autoinc.tcl
tclsh $(TOP)/www/autoinc.tcl >autoinc.html
@ -491,6 +494,7 @@ whentouse.html: $(TOP)/www/whentouse.tcl
DOC = \
arch.html \
arch.png \
arch2.gif \
autoinc.html \
c_interface.html \
capi3.html \

View File

@ -1,6 +1,6 @@
C Changes\sto\sthe\sunix\sOS\slayer\saimed\sat\sfinding\sand\sfixing\stickets\n#1272\sand\s#1285.\s(CVS\s2517)
D 2005-06-15T17:47:56
F Makefile.in 8129e7f261d405db783676f9ca31e0841768c652
C Fix\sto\sthe\s"make\sdoc"\smakefile\starget.\s\sTicket\s#1289.\s(CVS\s2518)
D 2005-06-15T18:07:39
F Makefile.in 70a1cc8289fff4fadc6c1f13c1fd7806631013f8
F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
F VERSION 44fad0bf0996660a11bf8187361de03941d9b7b0
@ -16,7 +16,7 @@ F doc/lemon.html f0f682f50210928c07e562621c3b7e8ab912a538
F doc/report1.txt a031aaf37b185e4fa540223cb516d3bccec7eeac
F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895
F ltmain.sh f6b283068efa69f06eb8aa1fe4bddfdbdeb35826
F main.mk 8972f361ff4d9f3e215c4a346c91424620c87fc4
F main.mk 36e456f706ab73e8dd4a87d939f62f3dc265b886
F mkdll.sh 5ec23622515d5bf8969404e80cfb5e220ddf0512
F mkopcodec.awk bd46ad001c98dfbab07b1713cb8e692fa0e5415d
F mkopcodeh.awk 7563ad235670e864ead95cf672be3fe081450ae0
@ -281,7 +281,7 @@ F www/tclsqlite.tcl 425be741b8ae664f55cb1ef2371aab0a75109cf9
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
F www/version3.tcl a99cf5f6d8bd4d5537584a2b342f0fb9fa601d8b
F www/whentouse.tcl 528299b8316726dbcc5548e9aa0648c8b1bd055b
P 833c016023e9e17c226fdd722dcb10bc51ab6f9e
R 4fc1c92527593ea11a80a7f2b02c682c
P 006dda3119f025d703da4e0215c378206e20cfd0
R f344feb2503191c2a148acdb47f53fd9
U drh
Z 4b9494e47411528806d734eda008aeec
Z 3e5f0af87501abc79bd0deaddc2fe1ad

View File

@ -1 +1 @@
006dda3119f025d703da4e0215c378206e20cfd0
4713b1e1040f2e0645fa593638e392df44b5bfc1