On Fri, 11 Mar 2005 13:07:40 -0500
"D. Richard Hipp" <[EMAIL PROTECTED]> wrote:

> Version 3.1.5 is now available on the website.  This release
> fixes a typo in the previous release that caused problems
> for OS-X users.
> -- 
> D. Richard Hipp <[EMAIL PROTECTED]>
> 

'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