> SQLite version 3.1.4 is now available on the website.
> http://www.sqlite.org/
>

'make doc' on linux is still broken, attached patch for 3.1.3 still
works.

Gerald

--- sqlite-3.1.3/Makefile.in.orig       2005-03-07 22:56:04.833954328 +0100
+++ sqlite-3.1.3/Makefile.in    2005-03-07 22:56:41.189427456 +0100
@@ -451,6 +451,9 @@
 arch.html:     $(TOP)/www/arch.tcl
        tclsh $(TOP)/www/arch.tcl >arch.html

+arch.png:      $(TOP)/www/arch.png
+       cp $(TOP)/www/arch.png .
+
 arch2.gif:     $(TOP)/www/arch2.gif
        cp $(TOP)/www/arch2.gif .


Reply via email to